changeset 2672:8345d33e23b3 libavformat

Remove unused variable, fixes warning: utils.c: In function 'dump_format': utils.c:2542: warning: unused variable 'flags'
author diego
date Thu, 25 Oct 2007 10:11:15 +0000
parents 7f320fb9f1c9
children a9e2afed4aa7
files utils.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Wed Oct 24 21:44:20 2007 +0000
+++ b/utils.c	Thu Oct 25 10:11:15 2007 +0000
@@ -2539,7 +2539,7 @@
                  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",