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