[FFmpeg-cvslog] ffmpeg: Fix ffmpeg.c:1874:21: warning: =?UTF-8?Q?=20unused=20variable=20=E2=80=98o?==?UTF-8?Q?f=E2=80=99=20?=[ -Wunused-variable]

Michael Niedermayer git at videolan.org
Wed Nov 23 23:36:59 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Nov 23 23:19:59 2011 +0100| [fec20259363c8ae23b9a2628ec0d67d8cdc7b77c] | committer: Michael Niedermayer

ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable]

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 ffmpeg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 84302ef..f557f95 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)



More information about the ffmpeg-cvslog mailing list