libobs: Add premultiplied alpha base effect

This commit is contained in:
jp9000
2016-03-26 21:41:49 -07:00
parent 50961861c7
commit 96d848f3d2
4 changed files with 49 additions and 0 deletions

View File

@@ -521,6 +521,7 @@ enum obs_base_effect {
OBS_EFFECT_BICUBIC, /**< Bicubic downscale */
OBS_EFFECT_LANCZOS, /**< Lanczos downscale */
OBS_EFFECT_BILINEAR_LOWRES, /**< Bilinear low resolution downscale */
OBS_EFFECT_PREMULTIPLIED_ALPHA,/**< Premultiplied alpha */
};
/** Returns a commonly used base effect */