diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-23 23:19:59 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-23 23:19:59 +0100 |
commit | fec20259363c8ae23b9a2628ec0d67d8cdc7b77c (patch) | |
tree | 91640c1858150c107707b13be6c89ab121281351 | |
parent | 183e832c5302413c3c69bf8cd17f6a6d4079469d (diff) | |
download | ffmpeg-fec20259363c8ae23b9a2628ec0d67d8cdc7b77c.tar.gz |
ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable]
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |