提交 0288ea66 编写于 作者: J jp9000

UI: Don't allow lossless preset when streaming NVENC

上级 ff38176c
......@@ -3179,6 +3179,9 @@ void OBSBasicSettings::SimpleStreamingEncoderChanged()
* not streaming */
if (strcmp(val, "bd") == 0)
continue;
/* lossless should of course not be used to stream */
if (astrcmp_n(val, "lossless", 8) == 0)
continue;
ui->simpleOutPreset->addItem(QT_UTF8(name), val);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册