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
201bf4f8
Commit
201bf4f8
authored
Jan 07, 2018
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input: decoder: improve failed sout error message
parent
02c0a4d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/input/decoder.c
src/input/decoder.c
+2
-1
No files found.
src/input/decoder.c
View file @
201bf4f8
...
...
@@ -892,7 +892,8 @@ static void DecoderProcessSout( decoder_t *p_dec, block_t *p_block )
if
(
DecoderPlaySout
(
p_dec
,
p_sout_block
)
==
VLC_EGENERIC
)
{
msg_Err
(
p_dec
,
"cannot continue streaming due to errors"
);
msg_Err
(
p_dec
,
"cannot continue streaming due to errors with codec %4.4s"
,
(
char
*
)
&
p_owner
->
fmt
.
i_codec
);
p_owner
->
error
=
true
;
...
...
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