X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmsf.c;h=155f488e440b4965978f879f1c8f5cf6b47eceb5;hb=339af976b6fd9c05d1e75e75a5323efdb3d6afa1;hp=6bd18f29bd719f4e5542ab512f7b81c5be354a0c;hpb=c2631dfd0a0a12050cc1765fd41702c5e93abee5;p=ffmpeg diff --git a/libavformat/msf.c b/libavformat/msf.c index 6bd18f29bd7..155f488e440 100644 --- a/libavformat/msf.c +++ b/libavformat/msf.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "internal.h" -static int msf_probe(AVProbeData *p) +static int msf_probe(const AVProbeData *p) { if (memcmp(p->buf, "MSF", 3)) return 0;