提交 17132ba2 编写于 作者: J jp9000

win-mf: Deprecate MF NVENC encoder

上级 e3fbdb92
......@@ -542,7 +542,8 @@ void RegisterMFH264Encoders()
if (!CanSpawnEncoder(e))
continue;
if (e->Type() == EncoderType::H264_QSV)
if (e->Type() == EncoderType::H264_QSV ||
e->Type() == EncoderType::H264_NVENC)
info.caps = OBS_ENCODER_CAP_DEPRECATED;
else
info.caps = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册