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

Data Fields

const AVClassclass
 
AVExpre [3]
 expressions for each plane
 
char * expr_str [3]
 expression strings for each plane
 
int framenum
 frame counter
 
AVFilterBufferRefpicref
 current input buffer
 
int hsub
 
int vsub
 chroma subsampling
 

Detailed Description

Definition at line 35 of file vf_geq.c.

Field Documentation

const AVClass* GEQContext::class

Definition at line 36 of file vf_geq.c.

Referenced by geq_init().

AVExpr* GEQContext::e[3]

expressions for each plane

Definition at line 37 of file vf_geq.c.

Referenced by geq_filter_frame(), geq_init(), and geq_uninit().

char* GEQContext::expr_str[3]

expression strings for each plane

Definition at line 38 of file vf_geq.c.

Referenced by geq_init().

int GEQContext::framenum

frame counter

Definition at line 39 of file vf_geq.c.

Referenced by geq_filter_frame().

AVFilterBufferRef* GEQContext::picref

current input buffer

Definition at line 40 of file vf_geq.c.

Referenced by geq_filter_frame(), and getpix().

int GEQContext::hsub

Definition at line 41 of file vf_geq.c.

Referenced by geq_config_props(), geq_filter_frame(), and getpix().

int GEQContext::vsub

chroma subsampling

Definition at line 41 of file vf_geq.c.

Referenced by geq_config_props(), geq_filter_frame(), and getpix().


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