提交 d99c3455 编写于 作者: J jp9000

fix bad enum for get_source_info in obs_source.c

上级 c2593eb3
......@@ -85,7 +85,7 @@ static inline const struct source_info *find_source(struct darray *list,
return NULL;
}
static const struct source_info *get_source_info(enum source_type type,
static const struct source_info *get_source_info(enum obs_source_type type,
const char *id)
{
struct darray *list = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册