X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsoxdec.c;h=d3f709f9a69c0460f2a04e9854655aa11e15573a;hb=35005a4af1ebe1ec1b5724121a03036705417fc7;hp=12a94c8ffab9603f6708a281b233fda37f4a037e;hpb=4069096dd535ee99175c2a29c1a1f59c3fc110c1;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;