X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsoxdec.c;h=d3f709f9a69c0460f2a04e9854655aa11e15573a;hb=aee036cdd05499ae9dcba5b50e88f1cc02ea203e;hp=12a94c8ffab9603f6708a281b233fda37f4a037e;hpb=ebdc5c419aef0d9eed8c1ec57b30238194c1db0a;p=ffmpeg diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index 12a94c8ffab..d3f709f9a69 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -37,7 +37,7 @@ #include "pcm.h" #include "sox.h" -static int sox_probe(AVProbeData *p) +static int sox_probe(const AVProbeData *p) { if (AV_RL32(p->buf) == SOX_TAG || AV_RB32(p->buf) == SOX_TAG) return AVPROBE_SCORE_MAX;