diff allformats.c @ 6086:ad41f9ce1fe9 libavformat

Add WebM muxer Patch by James Zern <jzern at google>
author conrad
date Fri, 04 Jun 2010 22:40:54 +0000
parents 817a86ec7ad2
children 3fcaee5cf416
line wrap: on
line diff
--- a/allformats.c	Fri Jun 04 22:40:50 2010 +0000
+++ b/allformats.c	Fri Jun 04 22:40:54 2010 +0000
@@ -206,6 +206,7 @@
     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);