未验证 提交 dac1f7dd 编写于 作者: J Joel Bethke 提交者: GitHub

Merge pull request #2797 from GeorgesStavracas/gbsneto/color-grade-filter

obs-filters: Add a user label to the LUT filter
......@@ -329,7 +329,7 @@ static obs_properties_t *color_grade_filter_properties(void *data)
obs_properties_t *props = obs_properties_create();
struct dstr filter_str = {0};
dstr_cat(&filter_str, "(*.cube *.png)");
dstr_cat(&filter_str, "PNG/Cube (*.cube *.png)");
if (s && s->file && *s->file) {
dstr_copy(&path, s->file);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册