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
 

Detailed Description

Definition at line 72 of file vf_selectivecolor.c.

Field Documentation

const AVClass* SelectiveColorContext::class

Definition at line 73 of file vf_selectivecolor.c.

int SelectiveColorContext::correction_method

Definition at line 74 of file vf_selectivecolor.c.

Referenced by filter_frame(), and parse_psfile().

char* SelectiveColorContext::opt_cmyk_adjust[NB_RANGES]

Definition at line 75 of file vf_selectivecolor.c.

Referenced by init().

float SelectiveColorContext::cmyk_adjust[NB_RANGES][4]

Definition at line 76 of file vf_selectivecolor.c.

Referenced by init(), parse_psfile(), register_range(), and selective_color().

struct process_range SelectiveColorContext::process_ranges[NB_RANGES]

Definition at line 77 of file vf_selectivecolor.c.

Referenced by init(), register_range(), and selective_color().

int SelectiveColorContext::nb_process_ranges

Definition at line 78 of file vf_selectivecolor.c.

Referenced by init(), register_range(), and selective_color().

char* SelectiveColorContext::psfile

Definition at line 79 of file vf_selectivecolor.c.

Referenced by init().


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