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