[FFmpeg-cvslog] r13909 - trunk/libavformat/rmdec.c
diego
subversion
Mon Jun 23 10:52:44 CEST 2008
Author: diego
Date: Mon Jun 23 10:52:44 2008
New Revision: 13909
Log:
Remove unused variable, fixes the warning:
libavformat/rmdec.c:280: warning: unused variable 'i'
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c (original)
+++ trunk/libavformat/rmdec.c Mon Jun 23 10:52:44 2008
@@ -277,7 +277,7 @@ static int rm_read_header(AVFormatContex
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;
More information about the ffmpeg-cvslog
mailing list