FFmpeg
|
Data Fields | |
const AVClass * | class |
struct ChildContext * | child |
int | num |
int | unum |
int | toggle |
char * | string |
int | flags |
AVRational | rational |
AVRational | video_rate |
int | w |
int | h |
enum AVPixelFormat | pix_fmt |
enum AVSampleFormat | sample_fmt |
int64_t | duration |
uint8_t | color [4] |
AVChannelLayout | channel_layout |
void * | binary |
int | binary_size |
void * | binary1 |
int | binary_size1 |
void * | binary2 |
int | binary_size2 |
int64_t | num64 |
float | flt |
double | dbl |
char * | escape |
int | bool1 |
int | bool2 |
int | bool3 |
AVDictionary * | dict1 |
AVDictionary * | dict2 |
int ** | array_int |
unsigned | nb_array_int |
char ** | array_str |
unsigned | nb_array_str |
AVDictionary ** | array_dict |
unsigned | nb_array_dict |
struct ChildContext* TestContext::child |
Definition at line 33 of file opt.c.
Referenced by main(), and test_child_next().
AVRational TestContext::rational |
AVRational TestContext::video_rate |
enum AVPixelFormat TestContext::pix_fmt |
enum AVSampleFormat TestContext::sample_fmt |
AVChannelLayout TestContext::channel_layout |
AVDictionary* TestContext::dict1 |
AVDictionary* TestContext::dict2 |
AVDictionary** TestContext::array_dict |