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 874 of file ffprobe.c.

Field Documentation

const AVClass* CompactContext::class

Definition at line 875 of file ffprobe.c.

char* CompactContext::item_sep_str

Definition at line 876 of file ffprobe.c.

Referenced by compact_init().

char CompactContext::item_sep
int CompactContext::nokey

Definition at line 878 of file ffprobe.c.

Referenced by compact_print_int(), and compact_print_str().

int CompactContext::print_section

Definition at line 879 of file ffprobe.c.

Referenced by compact_print_section_header().

char* CompactContext::escape_mode_str

Definition at line 880 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 881 of file ffprobe.c.

Referenced by compact_init(), and compact_print_str().

int CompactContext::nested_section[SECTION_MAX_NB_LEVELS]

Definition at line 882 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 883 of file ffprobe.c.

Referenced by compact_print_section_header().

int CompactContext::terminate_line[SECTION_MAX_NB_LEVELS]

Definition at line 884 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: