Struct ffmpeg_sys::dxva_context [] [src]

pub struct dxva_context {
    pub decoder: *mut c_void,
    pub cfg: *const c_void,
    pub surface_count: c_uint,
    pub surface: *mut c_void,
    pub workaround: uint64_t,
    pub report_id: c_uint,
}

Fields

decoder: *mut c_void cfg: *const c_void surface_count: c_uint surface: *mut c_void workaround: uint64_t report_id: c_uint

Trait Implementations

impl Debug for dxva_context
[src]

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

Formats the value using the given formatter.