FFmpeg
Data Fields
CropDetectContext Struct Reference

Data Fields

const AVClassclass
 
int x1
 
int y1
 
int x2
 
int y2
 
float limit
 
int round
 
int skip
 
int reset_count
 
int frame_nb
 
int max_pixsteps [4]
 
int max_outliers
 

Detailed Description

Definition at line 35 of file vf_cropdetect.c.

Field Documentation

◆ class

const AVClass* CropDetectContext::class

Definition at line 36 of file vf_cropdetect.c.

◆ x1

int CropDetectContext::x1

Definition at line 37 of file vf_cropdetect.c.

◆ y1

int CropDetectContext::y1

Definition at line 37 of file vf_cropdetect.c.

◆ x2

int CropDetectContext::x2

Definition at line 37 of file vf_cropdetect.c.

◆ y2

int CropDetectContext::y2

Definition at line 37 of file vf_cropdetect.c.

◆ limit

float CropDetectContext::limit

Definition at line 38 of file vf_cropdetect.c.

◆ round

int CropDetectContext::round

Definition at line 39 of file vf_cropdetect.c.

◆ skip

int CropDetectContext::skip

Definition at line 40 of file vf_cropdetect.c.

◆ reset_count

int CropDetectContext::reset_count

Definition at line 41 of file vf_cropdetect.c.

◆ frame_nb

int CropDetectContext::frame_nb

Definition at line 42 of file vf_cropdetect.c.

◆ max_pixsteps

int CropDetectContext::max_pixsteps[4]

Definition at line 43 of file vf_cropdetect.c.

◆ max_outliers

int CropDetectContext::max_outliers

Definition at line 44 of file vf_cropdetect.c.


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