Searched refs:content_title_utf8 (Results 1 – 4 of 4) sorted by relevance
177 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()
131 … xmlChar *content_title_utf8; /**< CompositionPlaylist/ContentTitle element */ member
306 printf("%s\n", cpl->content_title_utf8); in test_cpl_parsing()
59 avformat/imf_cpl: Replace NULL content_title_utf8 by ""