[][src]Constant libaom_sys::AV1_SET_BYTE_ALIGNMENT

pub const AV1_SET_BYTE_ALIGNMENT: aom_dec_control_id = 265;

Codec control function to set the byte alignment of the planes in the reference buffers, int parameter

Valid values are power of 2, from 32 to 1024. A value of 0 sets legacy alignment. I.e. Y plane is aligned to 32 bytes, U plane directly follows Y plane, and V plane directly follows U plane. Default value is 0.