X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgenh.c;h=61adf499647106752f20746eaf66cce2f035e660;hb=49cfbedb9d5a35d4701b37e9908172807eb67100;hp=dd4e76d3d95f2e67dfa28c18476e6aa68c5f4252;hpb=1c9ac700dd141e545538a824f5a8cb81bb0a375d;p=ffmpeg diff --git a/libavformat/genh.c b/libavformat/genh.c index dd4e76d3d95..61adf499647 100644 --- a/libavformat/genh.c +++ b/libavformat/genh.c @@ -29,7 +29,7 @@ typedef struct GENHDemuxContext { unsigned interleave_size; } GENHDemuxContext; -static int genh_probe(AVProbeData *p) +static int genh_probe(const AVProbeData *p) { if (AV_RL32(p->buf) != MKTAG('G','E','N','H')) return 0;