Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d0c77f30
Commit
d0c77f30
authored
Jan 06, 2009
by
Laurent Aimar
Browse files
Do not wait for SPU buffering.
parent
ab75bc3a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/input/es_out.c
View file @
d0c77f30
...
...
@@ -652,7 +652,7 @@ static void EsOutDecodersStopBuffering( es_out_t *out, bool b_forced )
{
es_out_id_t
*
p_es
=
p_sys
->
es
[
i
];
if
(
!
p_es
->
p_dec
)
if
(
!
p_es
->
p_dec
||
p_es
->
fmt
.
i_cat
==
SPU_ES
)
continue
;
input_DecoderWaitBuffering
(
p_es
->
p_dec
);
if
(
p_es
->
p_dec_record
)
...
...
Write
Preview
Supports
Markdown
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