[host] nvfbc: mark NvFBC as deprecated

This commit is contained in:
Geoffrey McRae 2024-03-11 12:46:26 +11:00
parent 90398bc04f
commit 8c5d1d47ee

View file

@ -872,6 +872,7 @@ struct CaptureInterface Capture_NVFBC =
{
.shortName = "NvFBC",
.asyncCapture = false,
.deprecated = true,
.getName = nvfbc_getName,
.initOptions = nvfbc_initOptions,