FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FieldHintContext Struct Reference

Data Fields

const AVClassclass
 
char * hint_file_str
 
FILE * hint
 
int mode
 
AVFrameframe [3]
 
int64_t line
 
int nb_planes
 
int eof
 
int planewidth [4]
 
int planeheight [4]
 

Detailed Description

Definition at line 30 of file vf_fieldhint.c.

Field Documentation

const AVClass* FieldHintContext::class

Definition at line 31 of file vf_fieldhint.c.

char* FieldHintContext::hint_file_str

Definition at line 33 of file vf_fieldhint.c.

Referenced by init().

FILE* FieldHintContext::hint

Definition at line 34 of file vf_fieldhint.c.

Referenced by filter_frame(), init(), and uninit().

int FieldHintContext::mode

Definition at line 35 of file vf_fieldhint.c.

Referenced by filter_frame().

AVFrame* FieldHintContext::frame[3]

Definition at line 37 of file vf_fieldhint.c.

Referenced by filter_frame(), request_frame(), and uninit().

int64_t FieldHintContext::line

Definition at line 39 of file vf_fieldhint.c.

Referenced by filter_frame().

int FieldHintContext::nb_planes

Definition at line 40 of file vf_fieldhint.c.

Referenced by config_input(), and filter_frame().

int FieldHintContext::eof

Definition at line 41 of file vf_fieldhint.c.

Referenced by request_frame().

int FieldHintContext::planewidth[4]

Definition at line 42 of file vf_fieldhint.c.

Referenced by config_input(), and filter_frame().

int FieldHintContext::planeheight[4]

Definition at line 43 of file vf_fieldhint.c.

Referenced by config_input(), and filter_frame().


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