Type Alias libaom_sys::aom_enc_pass

source ·
pub type aom_enc_pass = c_uint;
Expand description

Multi-pass Encoding Pass

AOM_RC_LAST_PASS is kept for backward compatibility. If passes is not given and pass==2, the codec will assume passes=2. For new code, it is recommended to use AOM_RC_SECOND_PASS and set the “passes” member to 2 via the key & val API for two-pass encoding.