changeset 3497:f9c75fed4805 libavformat

Remove unused variable, fixes the warning: libavformat/rmdec.c:280: warning: unused variable 'i'
author diego
date Mon, 23 Jun 2008 08:52:44 +0000
parents cdbf302a3c00
children 30682688ca93
files rmdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rmdec.c	Sun Jun 22 23:52:57 2008 +0000
+++ b/rmdec.c	Mon Jun 23 08:52:44 2008 +0000
@@ -277,7 +277,7 @@
     AVStream *st;
     ByteIOContext *pb = s->pb;
     unsigned int tag;
-    int tag_size, i;
+    int tag_size;
     unsigned int start_time, duration;
     char buf[128];
     int flags = 0;