X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fqcp.c;h=168030dc161905057d35cef1ebbbd0ca8b516dc0;hb=e1597fe0cfe07e134ece8ea199ff520d3ac77aee;hp=b842e2633c6343064559b665cd1adcfbad3ba071;hpb=34a0a9746b2f441db7c45983838a88aa87a33834;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 "))