pub const AV1_SET_SKIP_LOOP_FILTER: aom_dec_control_id = 267;
Expand description

Codec control function to set the skip loop filter flag, int parameter

Valid values are integers. The decoder will skip the loop filter when its value is set to nonzero. If the loop filter is skipped the decoder may accumulate decode artifacts. The default value is 0.