mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-17 18:54:40 -04:00
UI: Remove Area downscale filter option
Originally added for completeness but wasn't actually implemented correctly. Can be added back later if desired.
This commit is contained in:
@@ -3442,8 +3442,6 @@ static inline enum obs_scale_type GetScaleType(ConfigFile &basicConfig)
|
||||
return OBS_SCALE_BILINEAR;
|
||||
else if (astrcmpi(scaleTypeStr, "lanczos") == 0)
|
||||
return OBS_SCALE_LANCZOS;
|
||||
else if (astrcmpi(scaleTypeStr, "area") == 0)
|
||||
return OBS_SCALE_AREA;
|
||||
else
|
||||
return OBS_SCALE_BICUBIC;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user