FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MergePlanesContext Struct Reference

Data Fields

const AVClassclass
 
int64_t mapping
 
enum AVPixelFormat out_fmt
 
int nb_inputs
 
int nb_planes
 
int planewidth [4]
 
int planeheight [4]
 
int map [4][2]
 
const AVPixFmtDescriptoroutdesc
 
FFFrameSync fs
 

Detailed Description

Definition at line 37 of file vf_mergeplanes.c.

Field Documentation

const AVClass* MergePlanesContext::class

Definition at line 38 of file vf_mergeplanes.c.

int64_t MergePlanesContext::mapping

Definition at line 39 of file vf_mergeplanes.c.

Referenced by init().

enum AVPixelFormat MergePlanesContext::out_fmt

Definition at line 40 of file vf_mergeplanes.c.

Referenced by init(), and query_formats().

int MergePlanesContext::nb_inputs

Definition at line 41 of file vf_mergeplanes.c.

Referenced by config_output(), init(), process_frame(), and query_formats().

int MergePlanesContext::nb_planes

Definition at line 42 of file vf_mergeplanes.c.

Referenced by config_output(), init(), and process_frame().

int MergePlanesContext::planewidth[4]

Definition at line 43 of file vf_mergeplanes.c.

Referenced by config_output(), and process_frame().

int MergePlanesContext::planeheight[4]

Definition at line 44 of file vf_mergeplanes.c.

Referenced by config_output(), and process_frame().

int MergePlanesContext::map[4][2]

Definition at line 45 of file vf_mergeplanes.c.

Referenced by config_output(), init(), and process_frame().

const AVPixFmtDescriptor* MergePlanesContext::outdesc

Definition at line 46 of file vf_mergeplanes.c.

Referenced by config_output(), init(), and query_formats().

FFFrameSync MergePlanesContext::fs

Definition at line 48 of file vf_mergeplanes.c.

Referenced by activate(), config_output(), process_frame(), and uninit().


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