X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmsf.c;h=155f488e440b4965978f879f1c8f5cf6b47eceb5;hb=1eb311011548867b118dd461442365195fb5fb7d;hp=6bd18f29bd719f4e5542ab512f7b81c5be354a0c;hpb=217ad40aef9eeeff4e805dec3e980fb16aec3345;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;