From fec20259363c8ae23b9a2628ec0d67d8cdc7b77c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 23 Nov 2011 23:19:59 +0100 Subject: ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 84302efa22..f557f95e10 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1871,7 +1871,6 @@ static int transcode_video(InputStream *ist, AVPacket *pkt, int *got_output, int #if CONFIG_AVFILTER for(i=0;isample_aspect_ratio.num) -- cgit v1.2.3