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

Data Fields

const AVClassclass
 
int requested_planes
 
int map [4]
 
int linesize [4]
 
int is_packed_rgb
 
int depth
 
int step
 

Detailed Description

Definition at line 37 of file vf_extractplanes.c.

Field Documentation

const AVClass* ExtractPlanesContext::class

Definition at line 38 of file vf_extractplanes.c.

int ExtractPlanesContext::requested_planes

Definition at line 39 of file vf_extractplanes.c.

Referenced by config_input(), and init().

int ExtractPlanesContext::map[4]

Definition at line 40 of file vf_extractplanes.c.

Referenced by config_input(), config_output(), filter_frame(), and init().

int ExtractPlanesContext::linesize[4]

Definition at line 41 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().

int ExtractPlanesContext::is_packed_rgb

Definition at line 42 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().

int ExtractPlanesContext::depth

Definition at line 43 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().

int ExtractPlanesContext::step

Definition at line 44 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().


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