Merge pull request #2031 from jpark37/area-output

libobs: UI: Add Area for downscale output
This commit is contained in:
Jim
2019-08-15 20:41:29 -07:00
committed by GitHub
4 changed files with 10 additions and 0 deletions

View File

@@ -168,6 +168,8 @@ get_scale_effect_internal(struct obs_core_video *video)
return video->default_effect;
case OBS_SCALE_LANCZOS:
return video->lanczos_effect;
case OBS_SCALE_AREA:
return video->area_effect;
case OBS_SCALE_BICUBIC:
default:;
}