[vlc-commits] commit: standard: add webm-shortcut to mux (Ilkka Ollakka )
git at videolan.org
git at videolan.org
Wed May 26 11:19:35 CEST 2010
vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Wed May 26 12:13:37 2010 +0300| [6a79ddf82e7459cf232b42629de1768a3fd871d1] | committer: Ilkka Ollakka
standard: add webm-shortcut to mux
(cherry picked from commit 3862bf72d11553807eae0d9933b3bde186d62ab6)
Signed-off-by: Ilkka Ollakka <ileoo at iki.fi>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6a79ddf82e7459cf232b42629de1768a3fd871d1
---
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 98df673..bf2a0dd 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