X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fpva.c;h=58ec78750cf90dc9f79355790a4ec71c15e3443b;hb=75fd3e15190cf72ffcfa15f0fb00f1d9a7ac5b6e;hp=04ae8e2800cce1cd203d712929bb96c4b1f50ea6;hpb=1f1ec958f6c68a5ceafea206a99c895f62d0f3ec;p=ffmpeg diff --git a/libavformat/pva.c b/libavformat/pva.c index 04ae8e2800c..58ec78750cf 100644 --- a/libavformat/pva.c +++ b/libavformat/pva.c @@ -40,7 +40,7 @@ static int pva_check(const uint8_t *p) { return length + 8; } -static int pva_probe(AVProbeData * pd) { +static int pva_probe(const AVProbeData * pd) { const unsigned char *buf = pd->buf; int len = pva_check(buf);