FFmpeg
Data Fields
DisplaceContext Struct Reference

Data Fields

const AVClassclass
 
int width [4]
 
int height [4]
 
enum EdgeMode edge
 
int nb_planes
 
int nb_components
 
int step
 
uint8_t blank [4]
 
FFFrameSync fs
 
void(* displace )(struct DisplaceContext *s, const AVFrame *in, const AVFrame *xpic, const AVFrame *ypic, AVFrame *out)
 

Detailed Description

Definition at line 38 of file vf_displace.c.

Field Documentation

◆ class

const AVClass* DisplaceContext::class

Definition at line 39 of file vf_displace.c.

◆ width

int DisplaceContext::width[4]

Definition at line 40 of file vf_displace.c.

◆ height

int DisplaceContext::height[4]

Definition at line 40 of file vf_displace.c.

◆ edge

enum EdgeMode DisplaceContext::edge

Definition at line 41 of file vf_displace.c.

◆ nb_planes

int DisplaceContext::nb_planes

Definition at line 42 of file vf_displace.c.

◆ nb_components

int DisplaceContext::nb_components

Definition at line 43 of file vf_displace.c.

◆ step

int DisplaceContext::step

Definition at line 44 of file vf_displace.c.

◆ blank

uint8_t DisplaceContext::blank[4]

Definition at line 45 of file vf_displace.c.

Referenced by displace_packed(), and displace_planar().

◆ fs

FFFrameSync DisplaceContext::fs

Definition at line 46 of file vf_displace.c.

◆ displace

void(* DisplaceContext::displace) (struct DisplaceContext *s, const AVFrame *in, const AVFrame *xpic, const AVFrame *ypic, AVFrame *out)

Definition at line 48 of file vf_displace.c.


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