]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pva.c
avfilter: Remove deprecated resample_lavr_opts
[ffmpeg] / libavformat / pva.c
index 04ae8e2800cce1cd203d712929bb96c4b1f50ea6..58ec78750cf90dc9f79355790a4ec71c15e3443b 100644 (file)
@@ -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);