diff options
author | Nicholas Tung <ntung@ntung.com> | 2007-04-07 20:51:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 20:51:58 +0000 |
commit | 1e6c67599e34348e00ca556ba1ba1537f88ebc96 (patch) | |
tree | 07942ab8eebf464cb85960a5a349fb624cd0e6b5 /libavformat/allformats.c | |
parent | e5b5149603c24b1c1b16e829e5db5821c3127d2e (diff) | |
download | ffmpeg-1e6c67599e34348e00ca556ba1ba1537f88ebc96.tar.gz |
Bethsoft VID demuxer and video decoder
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 3cfe872661..9e1f76533e 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 (BETHSOFTVID, bethsoftvid); REGISTER_DEMUXER (C93, c93); REGISTER_MUXER (CRC, crc); REGISTER_DEMUXER (DAUD, daud); |