Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
3862bf72
Commit
3862bf72
authored
May 26, 2010
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard: add webm-shortcut to mux
parent
a0b8fe96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/stream_out/standard.c
modules/stream_out/standard.c
+1
-0
No files found.
modules/stream_out/standard.c
View file @
3862bf72
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment