UI: Use new NVENC encoder ids

This commit is contained in:
derrod
2024-04-12 05:09:15 +02:00
parent 6e435dbe2e
commit feba2bcbf9
3 changed files with 13 additions and 10 deletions

View File

@@ -5354,7 +5354,7 @@ void OBSBasicSettings::FillSimpleRecordingValues()
ui->simpleOutRecEncoder->addItem(
ENCODER_STR("Hardware.NVENC.H264"),
QString(SIMPLE_ENCODER_NVENC));
if (EncoderAvailable("jim_av1_nvenc"))
if (EncoderAvailable("obs_nvenc_av1_tex"))
ui->simpleOutRecEncoder->addItem(
ENCODER_STR("Hardware.NVENC.AV1"),
QString(SIMPLE_ENCODER_NVENC_AV1));