X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpvfdec.c;h=4c919942c0af899710b6cbe3219ae3c5130e4846;hb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;hp=c6652b9b43cd8fac17c2691e0b350072e5f5b139;hpb=f8377ffce35251bba043aeda5d81df0d411a0595;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;