FFmpeg
Data Fields
LenscorrectionCtx Struct Reference

Data Fields

const AVClassav_class
 
int width
 
int height
 
int hsub
 
int vsub
 
int nb_planes
 
double cx
 
double cy
 
double k1
 
double k2
 
int32_tcorrection [4]
 

Detailed Description

Definition at line 37 of file vf_lenscorrection.c.

Field Documentation

◆ av_class

const AVClass* LenscorrectionCtx::av_class

Definition at line 38 of file vf_lenscorrection.c.

◆ width

int LenscorrectionCtx::width

Definition at line 39 of file vf_lenscorrection.c.

◆ height

int LenscorrectionCtx::height

Definition at line 40 of file vf_lenscorrection.c.

◆ hsub

int LenscorrectionCtx::hsub

Definition at line 41 of file vf_lenscorrection.c.

◆ vsub

int LenscorrectionCtx::vsub

Definition at line 41 of file vf_lenscorrection.c.

◆ nb_planes

int LenscorrectionCtx::nb_planes

Definition at line 42 of file vf_lenscorrection.c.

◆ cx

double LenscorrectionCtx::cx

Definition at line 43 of file vf_lenscorrection.c.

◆ cy

double LenscorrectionCtx::cy

Definition at line 43 of file vf_lenscorrection.c.

◆ k1

double LenscorrectionCtx::k1

Definition at line 43 of file vf_lenscorrection.c.

◆ k2

double LenscorrectionCtx::k2

Definition at line 43 of file vf_lenscorrection.c.

◆ correction

int32_t* LenscorrectionCtx::correction[4]

Definition at line 44 of file vf_lenscorrection.c.


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