From f056fc2c6ce73267c7fcb15f1aad2c2109813fee Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 Aug 2011 15:35:42 +0200 Subject: [PATCH] ffmpeg: remove unsed variable nopts --- ffmpeg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 1443dd3dc8..c4ac3f9f62 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -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); -- 2.11.0