X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpvfdec.c;h=4c919942c0af899710b6cbe3219ae3c5130e4846;hb=131f2c2712479a44332866b442526abe97e0c316;hp=c6652b9b43cd8fac17c2691e0b350072e5f5b139;hpb=4339c94364f8ff143d051fcace3e5801625db607;p=ffmpeg diff --git a/libavformat/pvfdec.c b/libavformat/pvfdec.c index c6652b9b43c..4c919942c0a 100644 --- a/libavformat/pvfdec.c +++ b/libavformat/pvfdec.c @@ -24,7 +24,7 @@ #include "internal.h" #include "pcm.h" -static int pvf_probe(AVProbeData *p) +static int pvf_probe(const AVProbeData *p) { if (!memcmp(p->buf, "PVF1\n", 5)) return AVPROBE_SCORE_MAX;