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