Commit 8a501247 authored by Laurent Aimar's avatar Laurent Aimar

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

parent 7cc81487
...@@ -552,8 +552,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block ) ...@@ -552,8 +552,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
p_sys->i_buffer -= i_used; p_sys->i_buffer -= i_used;
p_sys->p_buffer += i_used; p_sys->p_buffer += i_used;
p_sys->b_first_frame = true;
/* Nothing to display */ /* Nothing to display */
if( !b_gotpicture ) 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