diff options
author | Peter Ross <pross@xvid.org> | 2010-12-26 01:28:25 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2010-12-26 01:28:25 +0000 |
commit | 82ca054a6345e98794f35681b608675d6c965c3e (patch) | |
tree | 862d858cccbf11e77b36765a257f61741929c3c8 /libavformat/allformats.c | |
parent | a750050f4c28910b717fbdacb563177bb58f9d39 (diff) | |
download | ffmpeg-82ca054a6345e98794f35681b608675d6c965c3e.tar.gz |
Windows Televison (WTV) demuxer
Originally committed as revision 26094 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 9662e41f1b..abcbe64629 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -218,6 +218,7 @@ void av_register_all(void) REGISTER_MUXER (WEBM, webm); REGISTER_DEMUXER (WSAUD, wsaud); REGISTER_DEMUXER (WSVQA, wsvqa); + REGISTER_DEMUXER (WTV, wtv); REGISTER_DEMUXER (WV, wv); REGISTER_DEMUXER (XA, xa); REGISTER_DEMUXER (YOP, yop); |