mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 19:54:18 +08:00
core: ask video decoder to return its buffered pictures
This commit is contained in:
parent
0e630d124b
commit
fc3d0d50b0
@ -1591,7 +1591,7 @@ static void DecoderProcessVideo( decoder_t *p_dec, block_t *p_block, bool b_flus
|
||||
DecoderDecodeVideo( p_dec, p_null );
|
||||
}
|
||||
}
|
||||
else if( p_block )
|
||||
else
|
||||
{
|
||||
DecoderDecodeVideo( p_dec, p_block );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user