mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-12-03 00:27:26 +00:00
filters/displacement: Permanently deprecate the filter
This commit is contained in:
parent
9a107de1ce
commit
c7b4450d9d
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ displacement_factory::displacement_factory()
|
||||||
{
|
{
|
||||||
_info.id = PREFIX "filter-displacement";
|
_info.id = PREFIX "filter-displacement";
|
||||||
_info.type = OBS_SOURCE_TYPE_FILTER;
|
_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);
|
set_resolution_enabled(false);
|
||||||
finish_setup();
|
finish_setup();
|
||||||
|
|
Loading…
Reference in a new issue