annotate stream/stream_dvd_common.h @ 25747:12970064a271

Check param in sws_getCachedContext(). Patch by KO Myung-Hun komh chollian net Original thread: [FFmpeg-devel] [PATCH] param check in sws_getCachedContext() Date: Wed Jan 9 11:15:19 CET 2008
author benoit
date Thu, 17 Jan 2008 08:06:09 +0000
parents 6ac1ece1f9fe
children 4129c8cfa742
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25553
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 23993
diff changeset
1 #ifndef STREAM_DVD_COMMON_H
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 23993
diff changeset
2 #define STREAM_DVD_COMMON_H
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 23993
diff changeset
3
23993
2107f38b6ca1 Moved dvdtimetomsec to stream_dvd_common.c.
cehoyos
parents:
diff changeset
4 int mp_dvdtimetomsec(dvd_time_t *dt);
25553
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 23993
diff changeset
5
6ac1ece1f9fe Add multiple inclusion guards to all header files that lack them.
diego
parents: 23993
diff changeset
6 #endif /* STREAM_DVD_COMMON_H */