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

Field Documentation

◆ class

const AVClass* CompactContext::class

Definition at line 1233 of file ffprobe.c.

◆ item_sep_str

char* CompactContext::item_sep_str

Definition at line 1234 of file ffprobe.c.

Referenced by compact_init().

◆ item_sep

char CompactContext::item_sep

◆ nokey

int CompactContext::nokey

Definition at line 1236 of file ffprobe.c.

Referenced by compact_print_int(), and compact_print_str().

◆ print_section

int CompactContext::print_section

Definition at line 1237 of file ffprobe.c.

Referenced by compact_print_section_header().

◆ escape_mode_str

char* CompactContext::escape_mode_str

Definition at line 1238 of file ffprobe.c.

Referenced by compact_init().

◆ escape_str

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

Definition at line 1239 of file ffprobe.c.

Referenced by compact_init(), and compact_print_str().

◆ nested_section

int CompactContext::nested_section[SECTION_MAX_NB_LEVELS]

Definition at line 1240 of file ffprobe.c.

Referenced by compact_print_section_footer(), and compact_print_section_header().

◆ has_nested_elems

int CompactContext::has_nested_elems[SECTION_MAX_NB_LEVELS]

Definition at line 1241 of file ffprobe.c.

Referenced by compact_print_section_header().

◆ terminate_line

int CompactContext::terminate_line[SECTION_MAX_NB_LEVELS]

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