Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c532 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
561 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
562 av_free(kw_utf8); in decode_text_chunk()
567 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()