X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fmgsts.c;h=415e052725ec2b0d5806a29a72a299d56b325929;hb=de0b04551da4e1470ce1c99321a768887df8c650;hp=0720de8d8687f1a0d797a612299df636b1d83661;hpb=64425e005edf3bdd77c34c078c3e74ab5ecef557;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 ||