aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2010-06-09 15:54:27 +0000
committerReinhard Tartler <siretart@tauware.de>2010-06-09 15:54:27 +0000
commitdb06ddf8c6711d99eb903359c0118b63ec129c27 (patch)
tree27eea059864f74bcd256eaea6ff2e86cc4edad56 /libavformat/allformats.c
parenteb4b8b96fcb2192ba118315bfee6651400888323 (diff)
downloadffmpeg-db06ddf8c6711d99eb903359c0118b63ec129c27.tar.gz
Add WebM muxer
Patch by James Zern <jzern at google> backport r23474 by conrad Originally committed as revision 23549 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
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 27dba103d2..27a955594b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -203,6 +203,7 @@ void av_register_all(void)
REGISTER_DEMUXER (W64, w64);
REGISTER_MUXDEMUX (WAV, wav);
REGISTER_DEMUXER (WC3, wc3);
+ REGISTER_MUXER (WEBM, webm);
REGISTER_DEMUXER (WSAUD, wsaud);
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_DEMUXER (WV, wv);