mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
rav1enc: Switch from speed preset 5 to 6 as default
This is the default of rav1e nowadays.
This commit is contained in:
parent
5a0f7f6976
commit
12f2b9282a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue