obs-ffmpeg: Correctly assign argument for NVENC

When retrying again without Psycho Visual Tuning,
the argument psycho_aq should be false.
master
tududweb 2022-08-06 06:51:41 +08:00 committed by Jim
parent f1f405b170
commit 6c364f78cf
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ static bool init_encoder(struct nvenc_data *enc, bool hevc,
blog(LOG_WARNING, "[jim-nvenc] init_specific_encoder failed, "
"trying again without Psycho Visual Tuning");
if (!init_specific_encoder(enc, hevc, settings, encoder, bf,
psycho_aq)) {
false)) {
return false;
}
}