X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fqcp.c;h=168030dc161905057d35cef1ebbbd0ca8b516dc0;hb=337f777f378cfcc0d6f0d01fb7125905e8b0da55;hp=b842e2633c6343064559b665cd1adcfbad3ba071;hpb=5ca7eb36b7353f9e6af05a5a952eead5f6d326dd;p=ffmpeg diff --git a/libavformat/qcp.c b/libavformat/qcp.c index b842e2633c6..168030dc161 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -79,7 +79,7 @@ static int is_qcelp_13k_guid(const uint8_t *guid) { && !memcmp(guid+1, guid_qcelp_13k_part, sizeof(guid_qcelp_13k_part)); } -static int qcp_probe(AVProbeData *pd) +static int qcp_probe(const AVProbeData *pd) { if (AV_RL32(pd->buf ) == AV_RL32("RIFF") && AV_RL64(pd->buf+8) == AV_RL64("QLCMfmt "))