Home
last modified time | relevance | path

Searched defs:AVPixFmtDescriptor (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dpixdesc.h81 typedef struct AVPixFmtDescriptor { struct
82 const char *name;
83 uint8_t nb_components; ///< The number of components each pixel has, (1-4)
92 uint8_t log2_chroma_w;
123 } AVPixFmtDescriptor; argument