Home
last modified time | relevance | path

Searched refs:content_title_utf8 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
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()
Dimf.h131 … xmlChar *content_title_utf8; /**< CompositionPlaylist/ContentTitle element */ member
/third_party/ffmpeg/libavformat/tests/
Dimf.c306 printf("%s\n", cpl->content_title_utf8); in test_cpl_parsing()
/third_party/ffmpeg/
DChangelog59 avformat/imf_cpl: Replace NULL content_title_utf8 by ""