Commit fc3d0d50 authored by Rafaël Carré's avatar Rafaël Carré

core: ask video decoder to return its buffered pictures

parent 0e630d12
...@@ -1591,7 +1591,7 @@ static void DecoderProcessVideo( decoder_t *p_dec, block_t *p_block, bool b_flus ...@@ -1591,7 +1591,7 @@ static void DecoderProcessVideo( decoder_t *p_dec, block_t *p_block, bool b_flus
DecoderDecodeVideo( p_dec, p_null ); DecoderDecodeVideo( p_dec, p_null );
} }
} }
else if( p_block ) else
{ {
DecoderDecodeVideo( p_dec, p_block ); DecoderDecodeVideo( p_dec, p_block );
} }
......
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