Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e5a98bff
Commit
e5a98bff
authored
Aug 19, 2014
by
Tristan Matthews
Browse files
mux: ogg: fix typo
parent
e0e1f0fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/mux/ogg.c
View file @
e5a98bff
...
...
@@ -763,7 +763,7 @@ static void OggGetSkeletonFisbone( uint8_t **pp_buffer, long *pi_size,
break
;
default:
psz_value
=
"application/octet-stream"
;
msg_Warn
(
p_mux
,
"Unkown fourcc for stream %s, setting Content-Type to %s"
,
msg_Warn
(
p_mux
,
"Unk
n
own fourcc for stream %s, setting Content-Type to %s"
,
vlc_fourcc_GetDescription
(
p_stream
->
i_cat
,
p_stream
->
i_fourcc
),
psz_value
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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