提交 f3b2fc37 编写于 作者: J jpark37

obs-filters: Fix LUT file extension filter on Linux

上级 b19ea6fe
......@@ -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, "(*.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.
先完成此消息的编辑!
想要评论请 注册