]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rmdec.c
Move set_codec_from_probe_data() up to where the other probe functions are.
[ffmpeg] / libavformat / rmdec.c
index 502b1f4e221918df84920a9832330ff576ab099f..aa8bda7e3c6aeec755dc76ef724303dfada80cf0 100644 (file)
@@ -277,7 +277,7 @@ static int rm_read_header(AVFormatContext *s, AVFormatParameters *ap)
     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;