FFmpeg
Data Fields
BlackFrameContext Struct Reference

Data Fields

const AVClassclass
 
int bamount
 black amount More...
 
int bthresh
 black threshold More...
 
unsigned int frame
 frame number More...
 
unsigned int nblack
 number of black pixels counted so far More...
 
unsigned int last_keyframe
 frame number of the last received key-frame More...
 

Detailed Description

Definition at line 39 of file vf_blackframe.c.

Field Documentation

◆ class

const AVClass* BlackFrameContext::class

Definition at line 40 of file vf_blackframe.c.

◆ bamount

int BlackFrameContext::bamount

black amount

Definition at line 41 of file vf_blackframe.c.

◆ bthresh

int BlackFrameContext::bthresh

black threshold

Definition at line 42 of file vf_blackframe.c.

◆ frame

unsigned int BlackFrameContext::frame

frame number

Definition at line 43 of file vf_blackframe.c.

◆ nblack

unsigned int BlackFrameContext::nblack

number of black pixels counted so far

Definition at line 44 of file vf_blackframe.c.

◆ last_keyframe

unsigned int BlackFrameContext::last_keyframe

frame number of the last received key-frame

Definition at line 45 of file vf_blackframe.c.


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