Struct ffmpeg_sys::AVPixFmtDescriptor [] [src]

pub struct AVPixFmtDescriptor {
    pub name: *const c_char,
    pub nb_components: uint8_t,
    pub log2_chroma_w: uint8_t,
    pub log2_chroma_h: uint8_t,
    pub flags: uint8_t,
    pub comp: [AVComponentDescriptor; 4],
    pub alias: *const c_char,
}

Fields

name: *const c_char nb_components: uint8_t log2_chroma_w: uint8_t log2_chroma_h: uint8_t flags: uint8_t comp: [AVComponentDescriptor; 4] alias: *const c_char

Trait Implementations

impl Debug for AVPixFmtDescriptor
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.