Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c177 cpl->content_title_utf8 = xmlNodeListGetString(cpl_element->doc, in fill_content_title()
180 if (!cpl->content_title_utf8) in fill_content_title()
181 cpl->content_title_utf8 = xmlStrdup(""); in fill_content_title()
182 if (!cpl->content_title_utf8) in fill_content_title()
736 cpl->content_title_utf8 = NULL; in imf_cpl_init()
760 xmlFree(cpl->content_title_utf8); in ff_imf_cpl_free()
814 (*cpl)->content_title_utf8); in ff_imf_parse_cpl()
H A Dimf.h131 xmlChar *content_title_utf8; /**< CompositionPlaylist/ContentTitle element */ member
/third_party/ffmpeg/libavformat/tests/
H A Dimf.c306 printf("%s\n", cpl->content_title_utf8); in test_cpl_parsing()

Completed in 3 milliseconds