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