diff options
-rw-r--r-- | src/main.cpp | 1 |
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; } |