pub type av1_ext_ref_frame_t = av1_ext_ref_frame;
#[repr(C)]pub struct av1_ext_ref_frame_t { pub img: *mut aom_image, pub num: i32, }
img: *mut aom_image
num: i32