]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/siff.c
avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADD
[ffmpeg] / libavformat / siff.c
index ddd171568061c59e99a3354e87c62dbb42f28ca6..24d5ebb42d4e53f02ba9331084afa49f1cb56868 100644 (file)
@@ -62,7 +62,7 @@ typedef struct SIFFContext {
     uint8_t gmc[4];
 } SIFFContext;
 
-static int siff_probe(AVProbeData *p)
+static int siff_probe(const AVProbeData *p)
 {
     uint32_t tag = AV_RL32(p->buf + 8);
     /* check file header */