X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmmf.c;h=917113066aa6659359b582b2db836e23bb962eea;hb=5fc3099cafc8b89fd4a9524ad1ff324b386bca67;hp=1393627d8abc87b014caf753d458d2c41612c10a;hpb=f4cf6ba8c9646814af842a99335c6ee312ded299;p=ffmpeg diff --git a/libavformat/mmf.c b/libavformat/mmf.c index 1393627d8ab..917113066aa 100644 --- a/libavformat/mmf.c +++ b/libavformat/mmf.c @@ -180,7 +180,7 @@ static int mmf_write_trailer(AVFormatContext *s) } #endif /* CONFIG_MMF_MUXER */ -static int mmf_probe(AVProbeData *p) +static int mmf_probe(const AVProbeData *p) { /* check file header */ if (p->buf[0] == 'M' && p->buf[1] == 'M' &&