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

Data Fields

const AVClassclass
 
int scan_max
 
double thr_b
 
double thr_w
 
int threshold_black
 
int threshold_white
 
int threshold_gray
 
int grp_width
 
uint8_t line_data [LINE_DATA_SIZE]
 
char tcbuf [AV_TIMECODE_STR_SIZE]
 

Detailed Description

Definition at line 38 of file vf_readvitc.c.

Field Documentation

const AVClass* ReadVitcContext::class

Definition at line 39 of file vf_readvitc.c.

int ReadVitcContext::scan_max

Definition at line 41 of file vf_readvitc.c.

Referenced by config_props(), and read_vitc_line().

double ReadVitcContext::thr_b

Definition at line 42 of file vf_readvitc.c.

Referenced by init().

double ReadVitcContext::thr_w

Definition at line 43 of file vf_readvitc.c.

Referenced by init().

int ReadVitcContext::threshold_black

Definition at line 45 of file vf_readvitc.c.

Referenced by init(), and read_vitc_line().

int ReadVitcContext::threshold_white

Definition at line 46 of file vf_readvitc.c.

Referenced by init(), and read_vitc_line().

int ReadVitcContext::threshold_gray

Definition at line 47 of file vf_readvitc.c.

Referenced by init(), and read_vitc_line().

int ReadVitcContext::grp_width

Definition at line 48 of file vf_readvitc.c.

Referenced by config_props(), and read_vitc_line().

uint8_t ReadVitcContext::line_data[LINE_DATA_SIZE]

Definition at line 49 of file vf_readvitc.c.

Referenced by filter_frame(), and read_vitc_line().

char ReadVitcContext::tcbuf[AV_TIMECODE_STR_SIZE]

Definition at line 50 of file vf_readvitc.c.

Referenced by filter_frame().


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