Home
last modified time | relevance | path

Searched refs:decoded_alloc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_xiph.c328 size_t decoded_alloc = strlen(value) / 4 * 3 + 4; in xiph_parse_fmtp_pair() local
330 if (decoded_alloc <= INT_MAX) { in xiph_parse_fmtp_pair()
331 decoded_packet = av_malloc(decoded_alloc); in xiph_parse_fmtp_pair()
334 av_base64_decode(decoded_packet, value, decoded_alloc); in xiph_parse_fmtp_pair()