summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@iki.fi>2007-04-07 14:25:25 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-07 14:25:25 +0000
commit9a0ddd09e737545711e209591bc95891e3615543 (patch)
tree09b2c968c21b09a67ebcf166fc7f983a2cd2875f /libavformat/allformats.c
parentfe0372296ac6f63c9e1f88d47a05f2918876119c (diff)
Interplay C93 demuxer and video decoder
patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 09e3f0d756..3cfe872661 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -58,6 +58,7 @@ void av_register_all(void)
av_register_input_format(&avisynth_demuxer);
#endif
REGISTER_DEMUXER (AVS, avs);
+ REGISTER_DEMUXER (C93, c93);
REGISTER_MUXER (CRC, crc);
REGISTER_DEMUXER (DAUD, daud);
REGISTER_DEMUXER (DC1394, dc1394);