X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdtshddec.c;h=b1eb7ffb2c53bdc838bc3fe3be0e92100d503467;hb=240aa70b798e99c15191d986261966bdbce59dba;hp=1bd403c8435626aa0849a6a9744f451a207959c7;hpb=92219ef4ac01b00e630b39cb19e8fbd17fdb63d0;p=ffmpeg diff --git a/libavformat/dtshddec.c b/libavformat/dtshddec.c index 1bd403c8435..b1eb7ffb2c5 100644 --- a/libavformat/dtshddec.c +++ b/libavformat/dtshddec.c @@ -43,7 +43,7 @@ typedef struct DTSHDDemuxContext { uint64_t data_end; } DTSHDDemuxContext; -static int dtshd_probe(AVProbeData *p) +static int dtshd_probe(const AVProbeData *p) { if (AV_RB64(p->buf) == DTSHDHDR) return AVPROBE_SCORE_MAX;