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 |
Definition at line 945 of file ffprobe.c.
| const AVClass* XMLContext::class |
Definition at line 950 of file ffprobe.c.
Referenced by xml_init(), xml_print_footer(), and xml_print_header().
Definition at line 949 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 948 of file ffprobe.c.
Referenced by xml_print_chapter_footer(), and xml_print_chapter_header().
Definition at line 947 of file ffprobe.c.
Referenced by xml_print_section_footer(), xml_print_section_header(), and xml_show_tags().
1.5.8