diff options
author | James Zern <jzern@google.com> | 2010-06-04 22:40:54 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-06-04 22:40:54 +0000 |
commit | 316d6c153caffaa9886968783e8d00aa9aca2640 (patch) | |
tree | 627c25cf495b4052c4132b7cea8caba98d9c40ec /libavformat/allformats.c | |
parent | ac9baa716b8369d7df225f25f9e5eee7bd512b80 (diff) | |
download | ffmpeg-316d6c153caffaa9886968783e8d00aa9aca2640.tar.gz |
Add WebM muxer
Patch by James Zern <jzern at google>
Originally committed as revision 23474 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 b2f1194f69..2fd2b4cac3 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -206,6 +206,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); |