AVComponentDescriptor Struct Reference

#include <pixdesc.h>


Data Fields

uint16_t plane:2
 which of the 4 planes contains the component
uint16_t step_minus1:3
 number of bytes between 2 horizontally consecutive pixels minus 1
uint16_t offset_plus1:3
 number of bytes before the component of the first pixel plus 1
uint16_t shift:3
 number of lsb that must be shifted away to get the value
uint16_t depth_minus1:4
 number of bits in the component minus 1


Detailed Description

Definition at line 26 of file pixdesc.h.


Field Documentation

number of bits in the component minus 1

Definition at line 31 of file pixdesc.h.

Referenced by read_line().

number of bytes before the component of the first pixel plus 1

Definition at line 29 of file pixdesc.h.

Referenced by read_line().

which of the 4 planes contains the component

Definition at line 27 of file pixdesc.h.

Referenced by read_line().

number of lsb that must be shifted away to get the value

Definition at line 30 of file pixdesc.h.

Referenced by read_line().

number of bytes between 2 horizontally consecutive pixels minus 1

Definition at line 28 of file pixdesc.h.

Referenced by read_line().


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

Generated on Fri Oct 26 02:35:47 2012 for FFmpeg by  doxygen 1.5.8