]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bink.c
avformat/mlvdec:drop unnecessary check before ff_format_io_close
[ffmpeg] / libavformat / bink.c
index 567a38cd73d6293079b2dc8aa7e5e5d8ef3e818e..631b8c4d7dfe5fd2856940ca7d347fc1c871280d 100644 (file)
@@ -59,7 +59,7 @@ typedef struct BinkDemuxContext {
     int smush_size;
 } BinkDemuxContext;
 
-static int probe(AVProbeData *p)
+static int probe(const AVProbeData *p)
 {
     const uint8_t *b = p->buf;
     int smush = AV_RN32(p->buf) == AV_RN32("SMUS");