X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmgsts.c;h=415e052725ec2b0d5806a29a72a299d56b325929;hb=5e518c741661f8663e89048d25edce288219f980;hp=0720de8d8687f1a0d797a612299df636b1d83661;hpb=1b98bfb932ad36667ea7f18e24c54978623f6654;p=ffmpeg diff --git a/libavformat/mgsts.c b/libavformat/mgsts.c index 0720de8d868..415e052725e 100644 --- a/libavformat/mgsts.c +++ b/libavformat/mgsts.c @@ -24,7 +24,7 @@ #include "avformat.h" #include "riff.h" -static int read_probe(AVProbeData *p) +static int read_probe(const AVProbeData *p) { if (AV_RB32(p->buf ) != 0x000E || AV_RB32(p->buf + 4) != 0x0050 ||