Browse Source

Unused variable

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
a1f8e0eb14
  1. 1
      modules/codec/avcodec/video.c

1
modules/codec/avcodec/video.c

@ -663,7 +663,6 @@ picture_t *DecodeVideo( decoder_t *p_dec, block_t **pp_block )
/* Send decoded frame to vout */
if( p_sys->i_pts )
{
int i;
p_pic->date = p_sys->i_pts;
ffmpeg_NextPts( p_dec );

Loading…
Cancel
Save