Commit 22376246 authored by Laurent Aimar's avatar Laurent Aimar

Removed debug leftover (avcodec).

parent f1f583d1
......@@ -593,7 +593,7 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
mtime_t i_display_date = 0;
if( !(p_block->i_flags & BLOCK_FLAG_PREROLL) )
i_display_date = decoder_GetDisplayDate( p_dec, p_sys->i_pts );
i_display_date = 0;
if( i_display_date > 0 && i_display_date <= mdate() )
{
p_sys->i_late_frames++;
......
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