diff options
author | zhentan feng <spyfeng@gmail.com> | 2011-09-13 17:54:44 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-14 00:41:25 +0200 |
commit | 438debd095e050d79425da546379814fcc7e2886 (patch) | |
tree | d84d31344a7d08075c20146d1d5cda39a1027626 /libavformat/allformats.c | |
parent | d06c5b44ccb4209b6d6839dfabf0045e934444fe (diff) | |
download | ffmpeg-438debd095e050d79425da546379814fcc7e2886.tar.gz |
WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 5d0a48427a..1f0ac51e66 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -226,7 +226,7 @@ void av_register_all(void) REGISTER_MUXER (WEBM, webm); REGISTER_DEMUXER (WSAUD, wsaud); REGISTER_DEMUXER (WSVQA, wsvqa); - REGISTER_DEMUXER (WTV, wtv); + REGISTER_MUXDEMUX (WTV, wtv); REGISTER_DEMUXER (WV, wv); REGISTER_DEMUXER (XA, xa); REGISTER_DEMUXER (XMV, xmv); |