win-mf: Deprecate MF NVENC encoder

This commit is contained in:
jp9000
2016-04-18 16:27:39 -07:00
parent e3fbdb9293
commit 17132ba27f

View File

@@ -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;