From 11f8f9547dbfdd181fed6ffa8270d8c80ae69ef5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 30 Mar 2018 12:01:58 +0200 Subject: [PATCH] fftools/ffmpeg: Remove an unused variable. Fixes a warning: fftools/ffmpeg.c:2201:22: warning: unused variable 'fg' --- fftools/ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 4fcce8e2040..4724f62fff4 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -2198,7 +2198,6 @@ static int ifilter_send_eof(InputFilter *ifilter, int64_t pts) return ret; } else { // the filtergraph was never configured - FilterGraph *fg = ifilter->graph; if (ifilter->format < 0) ifilter_parameters_from_codecpar(ifilter, ifilter->ist->st->codecpar); if (ifilter->format < 0 && (ifilter->type == AVMEDIA_TYPE_AUDIO || ifilter->type == AVMEDIA_TYPE_VIDEO)) { -- 2.39.2