struct AVPixFmtDescriptor
Defined at line 69 of file ../../prebuilt/third_party/ffmpeg/pkg/ffmpeg/include/libavutil/pixdesc.h
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.
Public Members
const char * name
uint8_t nb_components
uint8_t log2_chroma_w
uint8_t log2_chroma_h
uint64_t flags
AVComponentDescriptor[4] comp
const char * alias