X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faixdec.c;h=b536bc4b01ea9e4af5eb836cfed3743c3e2418e3;hb=e3d993fab0ad4255dffd10a794fc5e1bd37047b7;hp=cad8a1e116e6a142308f2d8e04962e2706665db6;hpb=41cd5af3250ef976f0a48adeb6dbccc9b2683e58;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 ||