FFmpeg
Data Fields
FreezeDetectContext Struct Reference

Data Fields

const AVClassclass
 
ptrdiff_t width [4]
 
ptrdiff_t height [4]
 
ff_scene_sad_fn sad
 
int bitdepth
 
AVFramereference_frame
 
int64_t n
 
int64_t reference_n
 
int frozen
 
double noise
 
int64_t duration
 minimum duration of frozen frame until notification More...
 

Detailed Description

Definition at line 34 of file vf_freezedetect.c.

Field Documentation

◆ class

const AVClass* FreezeDetectContext::class

Definition at line 35 of file vf_freezedetect.c.

◆ width

ptrdiff_t FreezeDetectContext::width[4]

Definition at line 37 of file vf_freezedetect.c.

◆ height

ptrdiff_t FreezeDetectContext::height[4]

Definition at line 38 of file vf_freezedetect.c.

◆ sad

ff_scene_sad_fn FreezeDetectContext::sad

Definition at line 39 of file vf_freezedetect.c.

◆ bitdepth

int FreezeDetectContext::bitdepth

Definition at line 40 of file vf_freezedetect.c.

◆ reference_frame

AVFrame* FreezeDetectContext::reference_frame

Definition at line 41 of file vf_freezedetect.c.

◆ n

int64_t FreezeDetectContext::n

Definition at line 42 of file vf_freezedetect.c.

◆ reference_n

int64_t FreezeDetectContext::reference_n

Definition at line 43 of file vf_freezedetect.c.

◆ frozen

int FreezeDetectContext::frozen

Definition at line 44 of file vf_freezedetect.c.

◆ noise

double FreezeDetectContext::noise

Definition at line 46 of file vf_freezedetect.c.

◆ duration

int64_t FreezeDetectContext::duration

minimum duration of frozen frame until notification

Definition at line 47 of file vf_freezedetect.c.


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