Home
last modified time | relevance | path

Searched refs:txt_utf8 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c530 uint8_t *kw_utf8 = NULL, *text, *txt_utf8 = NULL; in decode_text_chunk() local
556 txt_utf8 = iso88591_to_utf8(text, text_len); in decode_text_chunk()
559 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
561 av_free(txt_utf8); in decode_text_chunk()
565 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()

Completed in 5 milliseconds