X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgenh.c;h=61adf499647106752f20746eaf66cce2f035e660;hb=82f9eb6f6c7165a404426bee8a61aac76508a177;hp=dd4e76d3d95f2e67dfa28c18476e6aa68c5f4252;hpb=41cd5af3250ef976f0a48adeb6dbccc9b2683e58;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;