FormatContext Struct Reference
Collaboration diagram for FormatContext:
Collaboration graph

Data Fields

const AVClassclass
 
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. More...
 

Detailed Description

Definition at line 39 of file vf_format.c.

Field Documentation

const AVClass* FormatContext::class

Definition at line 40 of file vf_format.c.

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 46 of file vf_format.c.

Referenced by init(), and make_format_list().

char* FormatContext::pix_fmts

Definition at line 41 of file vf_format.c.

Referenced by init().


The documentation for this struct was generated from the following file: