diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-10-03 05:43:03 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-10-03 05:43:03 +0000 |
commit | 4120a53a868cc99e66121c625981050deed50443 (patch) | |
tree | fa9b522869d8dea38b6349d37049b5207d36a4ce /libavformat/avformat.h | |
parent | a686caf03ddd29b32abd1af5c6f887bc09e6d71b (diff) | |
download | ffmpeg-4120a53a868cc99e66121c625981050deed50443.tar.gz |
implemented Id Quake II CIN support
Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3ca8979f87..7de9c8ee3c 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -412,6 +412,9 @@ int westwood_init(void); /* segafilm.c */ int film_init(void); +/* idcin.c */ +int idcin_init(void); + #include "rtp.h" #include "rtsp.h" |