Data Fields | |
int | multiple_entries |
tells if the given chapter requires multiple entries | |
char * | buf |
size_t | buf_size |
Definition at line 709 of file ffprobe.c.
char* JSONContext::buf |
Definition at line 711 of file ffprobe.c.
Referenced by json_init(), json_print_chapter_header(), json_print_int(), json_print_item_str(), and json_uninit().
size_t JSONContext::buf_size |
Definition at line 712 of file ffprobe.c.
Referenced by json_init(), json_print_chapter_header(), json_print_int(), and json_print_item_str().
tells if the given chapter requires multiple entries
Definition at line 710 of file ffprobe.c.
Referenced by json_print_chapter_footer(), and json_print_chapter_header().