Home
last modified time | relevance | path

Searched refs:txt_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
558 txt_utf8 = iso88591_to_utf8(text, text_len); in decode_text_chunk()
561 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
563 av_free(txt_utf8); in decode_text_chunk()
567 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()