Home
last modified time | relevance | path

Searched refs:kw_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
555 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()
559 if (!(kw_utf8 && txt_utf8)) { in decode_text_chunk()
560 av_free(kw_utf8); in decode_text_chunk()
565 av_dict_set(&s->frame_metadata, kw_utf8, txt_utf8, in decode_text_chunk()

Completed in 5 milliseconds