Struct ffmpeg_sys::AVProfile [] [src]

pub struct AVProfile {
    pub profile: c_int,
    pub name: *const c_char,
}

Fields

profile: c_int name: *const c_char

Trait Implementations

impl Debug for AVProfile
[src]

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

Formats the value using the given formatter.