# HG changeset patch # User diego # Date 1214211164 0 # Node ID f9c75fed48059cbb9cbf913242dfcf36683b01f4 # Parent cdbf302a3c00ceeb5d1326ab56ac916b1392f76f Remove unused variable, fixes the warning: libavformat/rmdec.c:280: warning: unused variable 'i' diff -r cdbf302a3c00 -r f9c75fed4805 rmdec.c --- 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;