Commit d0c77f30 authored by Laurent Aimar's avatar Laurent Aimar

Do not wait for SPU buffering.

parent ab75bc3a
......@@ -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 )
......
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