aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-04 12:57:02 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-04 12:57:02 +0200
commit8065ede251f192054086259bfcfe6d6e3e5e7c6e (patch)
tree428ea272820108617b10bda0310ec0630a939e12
parentbaf0434854609e9e3a9704a802f9ee1f8c1d2cf9 (diff)
rc-lookahead 0
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ad1da9b..6b3683a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1063,6 +1063,7 @@ static void open_video_hardware(AVCodecContext *codec_context, VideoQuality vide
case Tune::QUALITY:
av_dict_set(&options, "multipass", "fullres", 0);
av_dict_set(&options, "preset", "p6", 0);
+ av_dict_set_int(&options, "rc-lookahead", 0, 0);
break;
}