Browse Source

ffmpeg: remove unsed variable nopts

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
f056fc2c6c
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      ffmpeg.c

+ 0
- 4
ffmpeg.c View File

@@ -695,7 +695,6 @@ static int read_avserver_streams(AVFormatContext *s, const char *filename)
{
int i, err;
AVFormatContext *ic = NULL;
int nopts = 0;

err = avformat_open_input(&ic, filename, NULL, NULL);
if (err < 0)
@@ -726,9 +725,6 @@ static int read_avserver_streams(AVFormatContext *s, const char *filename)
} else
choose_pixel_fmt(st, codec);
}

if(st->codec->flags & CODEC_FLAG_BITEXACT)
nopts = 1;
}

av_close_input_file(ic);


Loading…
Cancel
Save