提交 f39f1532 编写于 作者: J jp9000

vlc-video: Allow URLs to be used with VLC video source

上级 50aec61d
......@@ -697,7 +697,8 @@ static obs_properties_t *vlcs_properties(void *data)
dstr_cat(&filter, ")");
obs_properties_add_editable_list(ppts, S_PLAYLIST, T_PLAYLIST,
OBS_EDITABLE_LIST_TYPE_FILES, filter.array, path.array);
OBS_EDITABLE_LIST_TYPE_FILES_AND_URLS,
filter.array, path.array);
dstr_free(&path);
dstr_free(&filter);
dstr_free(&exts);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册