X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faixdec.c;h=b536bc4b01ea9e4af5eb836cfed3743c3e2418e3;hb=a8867850185a14e580dfeed2b39e8aae5e306e7c;hp=cad8a1e116e6a142308f2d8e04962e2706665db6;hpb=ecb5546e97c479378e057f527cc1d79a46c31cb1;p=ffmpeg diff --git a/libavformat/aixdec.c b/libavformat/aixdec.c index cad8a1e116e..b536bc4b01e 100644 --- a/libavformat/aixdec.c +++ b/libavformat/aixdec.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "internal.h" -static int aix_probe(AVProbeData *p) +static int aix_probe(const AVProbeData *p) { if (AV_RL32(p->buf) != MKTAG('A','I','X','F') || AV_RB32(p->buf + 8) != 0x01000014 ||