diff rmdec.c @ 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 f68fcc8b8e9e
children 9a589ae59655
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;