X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdnxhddec.c;h=2d1d9fb4941dbbd6388f7abeeef6a90cd90db60e;hb=7b6012efaae549b8e624876dba9550cb003f98b1;hp=0ad51b597b53068589182d28d8201685ff13f152;hpb=0ff76ca86e0ea4dcf2b392c45f5fac8e5576bb0d;p=ffmpeg diff --git a/libavformat/dnxhddec.c b/libavformat/dnxhddec.c index 0ad51b597b5..2d1d9fb4941 100644 --- a/libavformat/dnxhddec.c +++ b/libavformat/dnxhddec.c @@ -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)