]> git.sesse.net Git - ffmpeg/commitdiff
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 fe967cbc84fe42aa90eeb6ecfe1e2020fa5c72ae..a7a686e52a221467a4402ead00e465b89bed42e9 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",