filters/displacement: Permanently deprecate the filter
This commit is contained in:
parent
cbb8b9bae3
commit
a8c8d3beaa
|
|
@ -118,7 +118,7 @@ displacement_factory::displacement_factory()
|
|||
{
|
||||
_info.id = PREFIX "filter-displacement";
|
||||
_info.type = OBS_SOURCE_TYPE_FILTER;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW;
|
||||
_info.output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW | OBS_SOURCE_DEPRECATED | OBS_SOURCE_CAP_DISABLED;
|
||||
|
||||
set_resolution_enabled(false);
|
||||
finish_setup();
|
||||
|
|
|
|||
Loading…
Reference in New Issue