Libav
Data Fields
BlackFrameContext Struct Reference

Data Fields

const AVClassclass
int bamount
 black amount
int bthresh
 black threshold
unsigned int frame
 frame number
unsigned int nblack
 number of black pixels counted so far

Detailed Description

Definition at line 41 of file vf_blackframe.c.

Field Documentation

const AVClass* BlackFrameContext::class

Definition at line 42 of file vf_blackframe.c.

int BlackFrameContext::bamount

black amount

Definition at line 43 of file vf_blackframe.c.

Referenced by filter_frame().

int BlackFrameContext::bthresh

black threshold

Definition at line 44 of file vf_blackframe.c.

Referenced by filter_frame().

unsigned int BlackFrameContext::frame

frame number

Definition at line 45 of file vf_blackframe.c.

Referenced by filter_frame().

unsigned int BlackFrameContext::nblack

number of black pixels counted so far

Definition at line 46 of file vf_blackframe.c.

Referenced by filter_frame().


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