![]() |
Miam-Player
0.8.0
A nice music player
|
#include <pixdesc.h>
Public Attributes | |
int | plane |
int | step |
int | offset |
int | shift |
int | depth |
attribute_deprecated int | step_minus1 |
attribute_deprecated int | depth_minus1 |
attribute_deprecated int | offset_plus1 |
int AVComponentDescriptor::depth |
Number of bits in the component.
attribute_deprecated int AVComponentDescriptor::depth_minus1 |
deprecated, use depth instead
int AVComponentDescriptor::offset |
Number of elements before the component of the first pixel. Elements are bits for bitstream formats, bytes otherwise.
attribute_deprecated int AVComponentDescriptor::offset_plus1 |
deprecated, use offset instead
int AVComponentDescriptor::plane |
Which of the 4 planes contains the component.
int AVComponentDescriptor::shift |
Number of least significant bits that must be shifted away to get the value.
int AVComponentDescriptor::step |
Number of elements between 2 horizontally consecutive pixels. Elements are bits for bitstream formats, bytes otherwise.
attribute_deprecated int AVComponentDescriptor::step_minus1 |
deprecated, use step instead