Constant AV_TX_INPLACE
pub const AV_TX_INPLACE: u32 = 1; // 1u32
Expand description
Allows for in-place transformations, where input == output. May be unsupported or slower for some transform types.
pub const AV_TX_INPLACE: u32 = 1; // 1u32
Allows for in-place transformations, where input == output. May be unsupported or slower for some transform types.