FFmpeg
Public Attributes | List of all members
AVComponentDescriptor Struct Reference

Public Attributes

int plane
 Which of the 4 planes contains the component.
 
int step
 Number of elements between 2 horizontally consecutive pixels. More...
 
int offset
 Number of elements before the component of the first pixel. More...
 
int shift
 Number of least significant bits that must be shifted away to get the value.
 
int depth
 Number of bits in the component.
 
attribute_deprecated int step_minus1
 deprecated, use step instead
 
attribute_deprecated int depth_minus1
 deprecated, use depth instead
 
attribute_deprecated int offset_plus1
 deprecated, use offset instead
 

Member Data Documentation

§ offset

int AVComponentDescriptor::offset

Number of elements before the component of the first pixel.

Elements are bits for bitstream formats, bytes otherwise.

§ step

int AVComponentDescriptor::step

Number of elements between 2 horizontally consecutive pixels.

Elements are bits for bitstream formats, bytes otherwise.


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