|
FFmpeg
|
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 | |
| int AVComponentDescriptor::offset |
Number of elements before the component of the first pixel.
Elements are bits for bitstream formats, bytes otherwise.
| int AVComponentDescriptor::step |
Number of elements between 2 horizontally consecutive pixels.
Elements are bits for bitstream formats, bytes otherwise.
1.8.12