]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vpk.c
avcodec/cuviddec: improve progressive frame detection
[ffmpeg] / libavformat / vpk.c
index bb9eabb2ba25827153f5b44bf0f0f386b9e8453b..1dfb8fcd70babf37c9b108a301f2f7873928007a 100644 (file)
@@ -29,7 +29,7 @@ typedef struct VPKDemuxContext {
     unsigned last_block_size;
 } VPKDemuxContext;
 
-static int vpk_probe(AVProbeData *p)
+static int vpk_probe(const AVProbeData *p)
 {
     if (AV_RL32(p->buf) != MKBETAG('V','P','K',' '))
         return 0;