summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-23 23:19:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-23 23:19:59 +0100
commitfec20259363c8ae23b9a2628ec0d67d8cdc7b77c (patch)
tree91640c1858150c107707b13be6c89ab121281351 /ffmpeg.c
parent183e832c5302413c3c69bf8cd17f6a6d4079469d (diff)
ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable]
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
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;i<nb_output_streams;i++) {
- OutputFile *of = &output_files[output_streams[i].file_index];
OutputStream *ost = ost = &output_streams[i];
if(check_output_constraints(ist, ost)){
if (!decoded_frame->sample_aspect_ratio.num)