[vlc-commits] commit: standard: add webm-shortcut to mux (Ilkka Ollakka )

git at videolan.org git at videolan.org
Wed May 26 11:16:59 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed May 26 12:13:37 2010 +0300| [3862bf72d11553807eae0d9933b3bde186d62ab6] | committer: Ilkka Ollakka 

standard: add webm-shortcut to mux

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3862bf72d11553807eae0d9933b3bde186d62ab6
---

 modules/stream_out/standard.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c
index c65781c..1631033 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -264,6 +264,7 @@ static int Open( vlc_object_t *p_this )
             { "wav", "wav" },
             { "flv", "ffmpeg{mux=flv}" },
             { "mkv", "ffmpeg{mux=matroska}"},
+            { "webm", "ffmpeg{mux=webm}"},
             { "",    "" }
         };
         const char *psz_ext = strrchr( psz_url, '.' ) + 1;



More information about the vlc-commits mailing list