[FFmpeg-cvslog] fftools/ffmpeg: Remove an unused variable.

Carl Eugen Hoyos git at videolan.org
Fri Mar 30 13:02:33 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Fri Mar 30 12:01:58 2018 +0200| [11f8f9547dbfdd181fed6ffa8270d8c80ae69ef5] | committer: Carl Eugen Hoyos

fftools/ffmpeg: Remove an unused variable.

Fixes a warning:
fftools/ffmpeg.c:2201:22: warning: unused variable 'fg'

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11f8f9547dbfdd181fed6ffa8270d8c80ae69ef5
---

 fftools/ffmpeg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index 4fcce8e204..4724f62fff 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)) {



More information about the ffmpeg-cvslog mailing list