FFmpeg
|
Data Fields | |
const AVClass * | av_class |
int | planewidth [4] |
int | planeheight [4] |
int | depth |
int | nb_planes |
double | cx |
double | cy |
double | k1 |
double | k2 |
int | interpolation |
uint8_t | fill_rgba [4] |
int | fill_color [4] |
int32_t * | correction [4] |
int(* | filter_slice )(AVFilterContext *ctx, void *arg, int job, int nb_jobs, int plane) |
Definition at line 39 of file vf_lenscorrection.c.
const AVClass* LenscorrectionCtx::av_class |
Definition at line 40 of file vf_lenscorrection.c.
int LenscorrectionCtx::planewidth[4] |
Definition at line 41 of file vf_lenscorrection.c.
int LenscorrectionCtx::planeheight[4] |
Definition at line 42 of file vf_lenscorrection.c.
int LenscorrectionCtx::depth |
Definition at line 43 of file vf_lenscorrection.c.
int LenscorrectionCtx::nb_planes |
Definition at line 44 of file vf_lenscorrection.c.
double LenscorrectionCtx::cx |
Definition at line 45 of file vf_lenscorrection.c.
double LenscorrectionCtx::cy |
Definition at line 45 of file vf_lenscorrection.c.
double LenscorrectionCtx::k1 |
Definition at line 45 of file vf_lenscorrection.c.
double LenscorrectionCtx::k2 |
Definition at line 45 of file vf_lenscorrection.c.
int LenscorrectionCtx::interpolation |
Definition at line 46 of file vf_lenscorrection.c.
uint8_t LenscorrectionCtx::fill_rgba[4] |
Definition at line 47 of file vf_lenscorrection.c.
int LenscorrectionCtx::fill_color[4] |
Definition at line 48 of file vf_lenscorrection.c.
int32_t* LenscorrectionCtx::correction[4] |
Definition at line 50 of file vf_lenscorrection.c.
int(* LenscorrectionCtx::filter_slice) (AVFilterContext *ctx, void *arg, int job, int nb_jobs, int plane) |
Definition at line 52 of file vf_lenscorrection.c.