FFmpeg
|
Data Fields | |
const AVClass * | class |
ptrdiff_t | width [4] |
ptrdiff_t | height [4] |
ff_scene_sad_fn | sad |
int | bitdepth |
AVFrame * | reference_frame |
int64_t | n |
int64_t | reference_n |
int | frozen |
double | noise |
int64_t | duration |
minimum duration of frozen frame until notification More... | |
Definition at line 34 of file vf_freezedetect.c.
const AVClass* FreezeDetectContext::class |
Definition at line 35 of file vf_freezedetect.c.
ptrdiff_t FreezeDetectContext::width[4] |
Definition at line 37 of file vf_freezedetect.c.
ptrdiff_t FreezeDetectContext::height[4] |
Definition at line 38 of file vf_freezedetect.c.
ff_scene_sad_fn FreezeDetectContext::sad |
Definition at line 39 of file vf_freezedetect.c.
int FreezeDetectContext::bitdepth |
Definition at line 40 of file vf_freezedetect.c.
AVFrame* FreezeDetectContext::reference_frame |
Definition at line 41 of file vf_freezedetect.c.
int64_t FreezeDetectContext::n |
Definition at line 42 of file vf_freezedetect.c.
int64_t FreezeDetectContext::reference_n |
Definition at line 43 of file vf_freezedetect.c.
int FreezeDetectContext::frozen |
Definition at line 44 of file vf_freezedetect.c.
double FreezeDetectContext::noise |
Definition at line 46 of file vf_freezedetect.c.
int64_t FreezeDetectContext::duration |
minimum duration of frozen frame until notification
Definition at line 47 of file vf_freezedetect.c.