Commit 3b054a1c authored by Laurent Aimar's avatar Laurent Aimar

Fixed skip_frame setting (avcodec).

parent aaf888a6
......@@ -500,6 +500,7 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
}
else if( !b_drawpicture )
{
if( p_sys->b_hurry_up )
p_sys->p_context->skip_frame = __MAX( p_sys->p_context->skip_frame,
AVDISCARD_NONREF );
}
......
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