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