]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aixdec.c
avcodec: Remove deprecated old aliases for NVENC encoders
[ffmpeg] / libavformat / aixdec.c
index cad8a1e116e6a142308f2d8e04962e2706665db6..b536bc4b01ea9e4af5eb836cfed3743c3e2418e3 100644 (file)
@@ -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 ||