diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2009-03-07 22:42:09 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-03-07 22:42:09 +0000 |
commit | 616e899c43aae243241369100d2b31c87aafe711 (patch) | |
tree | 2ea3e7feed58e7f121146e21d0f5e31db82d60d4 /libavformat/allformats.c | |
parent | 0a71e78ce4947ccf553442dcc59578c1a20d169b (diff) | |
download | ffmpeg-616e899c43aae243241369100d2b31c87aafe711.tar.gz |
VQF demuxer
Originally committed as revision 17866 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 4be6a87d7e..c4d0de4f19 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -188,6 +188,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (VC1T, vc1t); REGISTER_DEMUXER (VMD, vmd); REGISTER_MUXDEMUX (VOC, voc); + REGISTER_DEMUXER (VQF, vqf); REGISTER_MUXDEMUX (WAV, wav); REGISTER_DEMUXER (WC3, wc3); REGISTER_DEMUXER (WSAUD, wsaud); |