Commit a1f8e0eb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 83e6445a
...@@ -663,7 +663,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block ) ...@@ -663,7 +663,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
/* Send decoded frame to vout */ /* Send decoded frame to vout */
if( p_sys->i_pts ) if( p_sys->i_pts )
{ {
int i;
p_pic->date = p_sys->i_pts; p_pic->date = p_sys->i_pts;
ffmpeg_NextPts( p_dec ); ffmpeg_NextPts( p_dec );
......
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