pub unsafe extern "C" fn avcodec_align_dimensions(
    s: *mut AVCodecContext,
    width: *mut c_int,
    height: *mut c_int
)