FFmpeg
|
Data Fields | |
const AVClass * | class |
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... | |
Definition at line 39 of file vf_blackframe.c.
const AVClass* BlackFrameContext::class |
Definition at line 40 of file vf_blackframe.c.
int BlackFrameContext::bamount |
black amount
Definition at line 41 of file vf_blackframe.c.
int BlackFrameContext::bthresh |
black threshold
Definition at line 42 of file vf_blackframe.c.
unsigned int BlackFrameContext::frame |
frame number
Definition at line 43 of file vf_blackframe.c.
unsigned int BlackFrameContext::nblack |
number of black pixels counted so far
Definition at line 44 of file vf_blackframe.c.
unsigned int BlackFrameContext::last_keyframe |
frame number of the last received key-frame
Definition at line 45 of file vf_blackframe.c.