FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | pix_fmts |
int | listed_pix_fmt_flags [AV_PIX_FMT_NB] |
List of flags telling if a given image format has been listed as argument to the filter. | |
Definition at line 38 of file vf_format.c.
const AVClass* FormatContext::class |
Definition at line 39 of file vf_format.c.
char* FormatContext::pix_fmts |
Definition at line 40 of file vf_format.c.
Referenced by init().
int FormatContext::listed_pix_fmt_flags[AV_PIX_FMT_NB] |
List of flags telling if a given image format has been listed as argument to the filter.
Definition at line 45 of file vf_format.c.
Referenced by init(), and make_format_list().