mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
3baf0456ba
It is not necessary to set the mask parameter for Blur FX. Setting it to NULL, will apply the blur to the whole image. This is not documented in the SDK but is returned when info about the FX is requested by the plugin to the SDK library. Signed-off-by: pkv <pkv@obsproject.com>