FFmpeg
|
Data Structures | |
struct | section_data |
Data Fields | |
const AVClass * | class |
AVDiagramConfig * | diagram_config |
int | subgraph_count |
int | within_tag |
int | indent_level |
int | create_html |
int | enable_link_colors |
struct MermaidContext::section_data | section_data [SECTION_MAX_NB_LEVELS] |
unsigned | nb_link_captions [SECTION_MAX_NB_LEVELS] |
generic print buffer dedicated to each section, More... | |
AVBPrint | link_buf |
print buffer for writing diagram links More... | |
AVDictionary * | link_dict |
Definition at line 133 of file tf_mermaid.c.
const AVClass* MermaidContext::class |
Definition at line 134 of file tf_mermaid.c.
AVDiagramConfig* MermaidContext::diagram_config |
Definition at line 135 of file tf_mermaid.c.
Referenced by av_diagram_init(), mermaid_print_section_footer(), mermaid_print_section_header(), and mermaid_print_value().
int MermaidContext::subgraph_count |
Definition at line 136 of file tf_mermaid.c.
int MermaidContext::within_tag |
Definition at line 137 of file tf_mermaid.c.
int MermaidContext::indent_level |
Definition at line 138 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer(), and mermaid_print_section_header().
int MermaidContext::create_html |
Definition at line 139 of file tf_mermaid.c.
Referenced by mermaid_init_html(), mermaid_print_section_footer(), and mermaid_print_section_header().
int MermaidContext::enable_link_colors |
Definition at line 142 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer().
Referenced by mermaid_print_section_footer(), mermaid_print_section_header(), mermaid_print_value(), and mermaid_uninit().
unsigned MermaidContext::nb_link_captions[SECTION_MAX_NB_LEVELS] |
generic print buffer dedicated to each section,
Definition at line 155 of file tf_mermaid.c.
Referenced by mermaid_print_section_footer(), mermaid_print_section_header(), and mermaid_print_value().
AVBPrint MermaidContext::link_buf |
print buffer for writing diagram links
Definition at line 156 of file tf_mermaid.c.
Referenced by mermaid_init(), mermaid_print_section_footer(), and mermaid_uninit().
AVDictionary* MermaidContext::link_dict |
Definition at line 157 of file tf_mermaid.c.
Referenced by has_link_pair(), and mermaid_uninit().