[][src]Constant libaom_sys::AV1E_SET_ERROR_RESILIENT_MODE

pub const AV1E_SET_ERROR_RESILIENT_MODE: aome_enc_control_id = 38;

Codec control function to enable error_resilient_mode, int parameter

AV1 has a bitstream feature to guarantee parseability of a frame by turning on the error_resilient_decoding mode, even though the reference buffers are unreliable or not received.

  • 0 = disable (default)
  • 1 = enable