]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/redspark.c
avformat/mlvdec:drop unnecessary check before ff_format_io_close
[ffmpeg] / libavformat / redspark.c
index c247046584e0770e2c64bd98af4e96d6d8a5035d..f1f2b3156d364f7da0ee29bdfa7e664fd29da238 100644 (file)
@@ -32,7 +32,7 @@ typedef struct RedSparkContext {
     int         samples_count;
 } RedSparkContext;
 
-static int redspark_probe(AVProbeData *p)
+static int redspark_probe(const AVProbeData *p)
 {
     uint32_t key, data;
     uint8_t header[8];