X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnistspheredec.c;h=3ef3843d5e1e21401a9c07098586bca4dc99e064;hb=5f64f6058e0c23641a68ce7dfe47b1f55efd401c;hp=55f22ebcf4f0ea052167e6ccd6c0e16ea0bb5b00;hpb=9a88a47be4da9cd25a582feec7cc36790500b481;p=ffmpeg diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c index 55f22ebcf4f..3ef3843d5e1 100644 --- a/libavformat/nistspheredec.c +++ b/libavformat/nistspheredec.c @@ -25,7 +25,7 @@ #include "internal.h" #include "pcm.h" -static int nist_probe(AVProbeData *p) +static int nist_probe(const AVProbeData *p) { if (AV_RL64(p->buf) == AV_RL64("NIST_1A\x0a")) return AVPROBE_SCORE_MAX;