Commit 6a79ddf8 authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Ilkka Ollakka

standard: add webm-shortcut to mux

(cherry picked from commit 3862bf72d11553807eae0d9933b3bde186d62ab6)
Signed-off-by: default avatarIlkka Ollakka <ileoo@iki.fi>
parent bfd86317
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment