Commit 40d7e36f authored by Laurent Aimar's avatar Laurent Aimar Committed by Christophe Mutricy

Removed a debug commit in ffmpeg (do not force display of every frame).

(cherry picked from commit 8a501247)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent e6e22e3c
......@@ -552,8 +552,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
p_sys->i_buffer -= i_used;
p_sys->p_buffer += i_used;
p_sys->b_first_frame = true;
/* Nothing to display */
if( !b_gotpicture )
{
......
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