提交 5349bbf6 编写于 作者: J jp9000

obs-filters: Skip scroll filter if parent has no cx/cy

There's no point in the filter continuing its processing if there's
nothing to draw.
上级 a23d8e3f
......@@ -172,6 +172,8 @@ static void scroll_filter_render(void *data, gs_effect_t *effect)
1.0f / (float)base_cy);
} else {
vec2_zero(&filter->size_i);
obs_source_skip_video_filter(filter->context);
return;
}
vec2_set(&mul_val,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册