mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 04:37:09 +08:00
obs-ffmpeg: Correctly assign argument for NVENC
When retrying again without Psycho Visual Tuning, the argument psycho_aq should be false.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user