]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dnxhddec.c
avcodec/codec, allcodecs: Constify the AVCodec API
[ffmpeg] / libavformat / dnxhddec.c
index 0ad51b597b53068589182d28d8201685ff13f152..2d1d9fb4941dbbd6388f7abeeef6a90cd90db60e 100644 (file)
@@ -25,7 +25,7 @@
 #include "rawdec.h"
 #include "libavcodec/dnxhddata.h"
 
-static int dnxhd_probe(AVProbeData *p)
+static int dnxhd_probe(const AVProbeData *p)
 {
     int w, h, compression_id;
     if (p->buf_size < 0x2c)