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