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

Data Fields

const AVClassclass
 
int correction_method
 
char * opt_cmyk_adjust [NB_RANGES]
 
float cmyk_adjust [NB_RANGES][4]
 
struct process_range process_ranges [NB_RANGES]
 
int nb_process_ranges
 
char * psfile
 
uint8_t rgba_map [4]
 
int is_16bit
 
int step
 

Detailed Description

Definition at line 80 of file vf_selectivecolor.c.

Field Documentation

const AVClass* SelectiveColorContext::class

Definition at line 81 of file vf_selectivecolor.c.

int SelectiveColorContext::correction_method

Definition at line 82 of file vf_selectivecolor.c.

Referenced by filter_frame(), and parse_psfile().

char* SelectiveColorContext::opt_cmyk_adjust[NB_RANGES]

Definition at line 83 of file vf_selectivecolor.c.

Referenced by config_input().

float SelectiveColorContext::cmyk_adjust[NB_RANGES][4]

Definition at line 84 of file vf_selectivecolor.c.

Referenced by config_input(), and parse_psfile().

struct process_range SelectiveColorContext::process_ranges[NB_RANGES]

Definition at line 85 of file vf_selectivecolor.c.

Referenced by config_input().

int SelectiveColorContext::nb_process_ranges

Definition at line 86 of file vf_selectivecolor.c.

Referenced by config_input().

char* SelectiveColorContext::psfile

Definition at line 87 of file vf_selectivecolor.c.

Referenced by config_input().

uint8_t SelectiveColorContext::rgba_map[4]

Definition at line 88 of file vf_selectivecolor.c.

Referenced by config_input().

int SelectiveColorContext::is_16bit

Definition at line 89 of file vf_selectivecolor.c.

Referenced by config_input(), and filter_frame().

int SelectiveColorContext::step

Definition at line 90 of file vf_selectivecolor.c.

Referenced by config_input().


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