[][src]Constant libaom_sys::AV1E_SET_S_FRAME_MODE

pub const AV1E_SET_S_FRAME_MODE: aome_enc_control_id = 39;

Codec control function to enable s_frame_mode, int parameter

AV1 has a bitstream feature to designate certain frames as S-frames, from where we can switch to a different stream, even though the reference buffers may not be exactly identical.

  • 0 = disable (default)
  • 1 = enable