OSDN Git Service

Remove unused variable, fixes warning:
authorDiego Biurrun <diego@biurrun.de>
Thu, 25 Oct 2007 10:11:15 +0000 (10:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 25 Oct 2007 10:11:15 +0000 (10:11 +0000)
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'

Originally committed as revision 10858 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index fe967cb..a7a686e 100644 (file)
@@ -2539,7 +2539,7 @@ void dump_format(AVFormatContext *ic,
                  const char *url,
                  int is_output)
 {
-    int i, flags;
+    int i;
 
     av_log(NULL, AV_LOG_INFO, "%s #%d, %s, %s '%s':\n",
             is_output ? "Output" : "Input",