FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CompactContext Struct Reference

Data Fields

const AVClassclass
 
char * item_sep_str
 
char item_sep
 
int nokey
 
int print_section
 
char * escape_mode_str
 
const char *(* escape_str )(AVBPrint *dst, const char *src, const char sep, void *log_ctx)
 
int nested_section [SECTION_MAX_NB_LEVELS]
 
int has_nested_elems [SECTION_MAX_NB_LEVELS]
 
int terminate_line [SECTION_MAX_NB_LEVELS]
 

Detailed Description

Definition at line 897 of file ffprobe.c.

Field Documentation

const AVClass* CompactContext::class

Definition at line 898 of file ffprobe.c.

char* CompactContext::item_sep_str

Definition at line 899 of file ffprobe.c.

Referenced by compact_init().

char CompactContext::item_sep
int CompactContext::nokey

Definition at line 901 of file ffprobe.c.

Referenced by compact_print_int(), and compact_print_str().

int CompactContext::print_section

Definition at line 902 of file ffprobe.c.

Referenced by compact_print_section_header().

char* CompactContext::escape_mode_str

Definition at line 903 of file ffprobe.c.

Referenced by compact_init().

const char*(* CompactContext::escape_str)(AVBPrint *dst, const char *src, const char sep, void *log_ctx)

Definition at line 904 of file ffprobe.c.

Referenced by compact_init(), and compact_print_str().

int CompactContext::nested_section[SECTION_MAX_NB_LEVELS]

Definition at line 905 of file ffprobe.c.

Referenced by compact_print_section_footer(), and compact_print_section_header().

int CompactContext::has_nested_elems[SECTION_MAX_NB_LEVELS]

Definition at line 906 of file ffprobe.c.

Referenced by compact_print_section_header().

int CompactContext::terminate_line[SECTION_MAX_NB_LEVELS]

Definition at line 907 of file ffprobe.c.

Referenced by compact_print_section_footer(), and compact_print_section_header().


The documentation for this struct was generated from the following file: