From 5dbe78bf91112b61ee6948c275d6bcf87b68251f Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 12 Mar 2011 11:17:52 +0000 Subject: [PATCH] ffmpeg: remove unused variable in ffmpeg_exit() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the warning: ffmpeg.c: In function ‘ffmpeg_exit’: ffmpeg.c:509: warning: unused variable ‘j’ Signed-off-by: Mans Rullgard --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 7f909563cd..cb81368209 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -506,7 +506,6 @@ static int ffmpeg_exit(int ret) /* close files */ for(i=0;ioformat->flags & AVFMT_NOFILE) && s->pb) avio_close(s->pb); avformat_free_context(s);