X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsiff.c;h=24d5ebb42d4e53f02ba9331084afa49f1cb56868;hb=99d78e4f424918c6584b358cd98cfc6165c5d158;hp=ddd171568061c59e99a3354e87c62dbb42f28ca6;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;p=ffmpeg diff --git a/libavformat/siff.c b/libavformat/siff.c index ddd17156806..24d5ebb42d4 100644 --- a/libavformat/siff.c +++ b/libavformat/siff.c @@ -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 */