From 3862bf72d11553807eae0d9933b3bde186d62ab6 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Wed, 26 May 2010 12:13:37 +0300 Subject: [PATCH] standard: add webm-shortcut to mux --- modules/stream_out/standard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c index c65781c94f..1631033830 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; -- 2.39.5