rav1enc: Switch from speed preset 5 to 6 as default

This is the default of rav1e nowadays.
This commit is contained in:
Sebastian Dröge 2022-02-06 20:49:32 +02:00 committed by Sebastian Dröge
parent 5a0f7f6976
commit 12f2b9282a

View file

@ -19,7 +19,7 @@ use rav1e::config;
use rav1e::data;
use std::sync::Mutex;
const DEFAULT_SPEED_PRESET: u32 = 5;
const DEFAULT_SPEED_PRESET: u32 = 6;
const DEFAULT_LOW_LATENCY: bool = false;
const DEFAULT_MIN_KEY_FRAME_INTERVAL: u64 = 12;
const DEFAULT_MAX_KEY_FRAME_INTERVAL: u64 = 240;