FFmpeg
|
Data Fields | |
const AVClass * | class |
int | indent_level |
int | compact |
const char * | item_sep |
const char * | item_start_end |
int JSONContext::indent_level |
Definition at line 1455 of file ffprobe.c.
Referenced by json_print_section_footer(), and json_print_section_header().
int JSONContext::compact |
Definition at line 1456 of file ffprobe.c.
Referenced by json_init(), json_print_int(), json_print_section_footer(), json_print_section_header(), and json_print_str().
const char* JSONContext::item_sep |
Definition at line 1457 of file ffprobe.c.
Referenced by json_init(), json_print_int(), json_print_section_header(), and json_print_str().
const char * JSONContext::item_start_end |
Definition at line 1457 of file ffprobe.c.
Referenced by json_init(), json_print_section_footer(), and json_print_section_header().