FFmpeg  4.0
Data Fields
ExtractPlanesContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 41 of file vf_extractplanes.c.

Field Documentation

◆ class

const AVClass* ExtractPlanesContext::class

Definition at line 42 of file vf_extractplanes.c.

◆ requested_planes

int ExtractPlanesContext::requested_planes

Definition at line 43 of file vf_extractplanes.c.

Referenced by config_input(), and init().

◆ map

int ExtractPlanesContext::map[4]

Definition at line 44 of file vf_extractplanes.c.

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

◆ linesize

int ExtractPlanesContext::linesize[4]

Definition at line 45 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().

◆ is_packed

int ExtractPlanesContext::is_packed

Definition at line 46 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().

◆ depth

int ExtractPlanesContext::depth

Definition at line 47 of file vf_extractplanes.c.

Referenced by config_input(), filter_frame(), and query_formats().

◆ step

int ExtractPlanesContext::step

Definition at line 48 of file vf_extractplanes.c.

Referenced by config_input(), and filter_frame().


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