[][src]Constant libaom_sys::AV1E_SET_MTU

pub const AV1E_SET_MTU: aome_enc_control_id = 71;

Codec control function to set an MTU size for a tile group, unsigned int parameter

This will set the maximum number of bytes in a tile group. This can be exceeded only if a single tile is larger than this amount.

By default, the value is 0, in which case a fixed number of tile groups is used.