Data Fields | |
const AVClass * | class |
int | within_tag |
int | multiple_entries |
tells if the given chapter requires multiple entries | |
int | indent_level |
int | fully_qualified |
int | xsd_strict |
char * | buf |
size_t | buf_size |
Definition at line 971 of file ffprobe.c.
char* XMLContext::buf |
Definition at line 978 of file ffprobe.c.
Referenced by xml_init(), xml_print_str(), xml_show_tags(), and xml_uninit().
size_t XMLContext::buf_size |
Definition at line 979 of file ffprobe.c.
Referenced by xml_init(), xml_print_str(), and xml_show_tags().
const AVClass* XMLContext::class |
Definition at line 976 of file ffprobe.c.
Referenced by xml_init(), xml_print_footer(), and xml_print_header().
Definition at line 975 of file ffprobe.c.
Referenced by xml_print_chapter_footer(), xml_print_chapter_header(), xml_print_footer(), xml_print_header(), and xml_show_tags().
tells if the given chapter requires multiple entries
Definition at line 974 of file ffprobe.c.
Referenced by xml_print_chapter_footer(), and xml_print_chapter_header().
Definition at line 973 of file ffprobe.c.
Referenced by xml_print_section_footer(), xml_print_section_header(), and xml_show_tags().