Struct ffmpeg_sys::AVLFG [] [src]

pub struct AVLFG {
    pub state: [c_uint; 64],
    pub index: c_int,
}

Fields

state: [c_uint; 64] index: c_int