X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvpk.c;h=1dfb8fcd70babf37c9b108a301f2f7873928007a;hb=703583dbb1f35ccefeb8f2cccd2f99b97a4d482a;hp=bb9eabb2ba25827153f5b44bf0f0f386b9e8453b;hpb=fb4a12cda4033f2f3d3d1039739f6e0e6f9afb82;p=ffmpeg diff --git a/libavformat/vpk.c b/libavformat/vpk.c index bb9eabb2ba2..1dfb8fcd70b 100644 --- a/libavformat/vpk.c +++ b/libavformat/vpk.c @@ -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;