Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes of an image. More...
#include <pixdesc.h>
Data Fields | |
uint8_t | nb_channels |
The number of components each pixel has, (1-4). | |
uint8_t | log2_chroma_w |
Amount to shift the luma width right to find the chroma width. | |
uint8_t | log2_chroma_h |
Amount to shift the luma height right to find the chroma height. | |
uint8_t | flags |
AVComponentDescriptor | comp [4] |
parameters that describe how pixels are packed |
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes of an image.
It also stores the subsampling factors and number of components.
Definition at line 43 of file pixdesc.h.
parameters that describe how pixels are packed
Definition at line 62 of file pixdesc.h.
Referenced by read_line().
uint8_t AVPixFmtDescriptor::flags |
Definition at line 61 of file pixdesc.h.
Referenced by read_line().
uint8_t AVPixFmtDescriptor::nb_channels |