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

Data Fields

const AVClassclass
 
int preset
 
char * comp_points_str [NB_COMP+1]
 
char * comp_points_str_all
 
uint16_t * graph [NB_COMP+1]
 
int lut_size
 
char * psfile
 
uint8_t rgba_map [4]
 
int step
 
char * plot_filename
 
int is_16bit
 

Detailed Description

Definition at line 61 of file vf_curves.c.

Field Documentation

const AVClass* CurvesContext::class

Definition at line 62 of file vf_curves.c.

int CurvesContext::preset

Definition at line 63 of file vf_curves.c.

Referenced by curves_init().

char* CurvesContext::comp_points_str[NB_COMP+1]

Definition at line 64 of file vf_curves.c.

Referenced by config_input(), curves_init(), and parse_psfile().

char* CurvesContext::comp_points_str_all

Definition at line 65 of file vf_curves.c.

Referenced by curves_init().

uint16_t* CurvesContext::graph[NB_COMP+1]

Definition at line 66 of file vf_curves.c.

Referenced by config_input(), curves_uninit(), and filter_slice().

int CurvesContext::lut_size

Definition at line 67 of file vf_curves.c.

Referenced by config_input().

char* CurvesContext::psfile

Definition at line 68 of file vf_curves.c.

Referenced by curves_init().

uint8_t CurvesContext::rgba_map[4]

Definition at line 69 of file vf_curves.c.

Referenced by config_input(), and filter_slice().

int CurvesContext::step

Definition at line 70 of file vf_curves.c.

Referenced by config_input(), and filter_slice().

char* CurvesContext::plot_filename

Definition at line 71 of file vf_curves.c.

Referenced by config_input().

int CurvesContext::is_16bit

Definition at line 72 of file vf_curves.c.

Referenced by config_input(), and filter_slice().


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