提交 c31a799d authored 作者: William King's avatar William King

This line shouldn't have been in the last commit. The vlc write support is not ready yet.

上级 6ef6d241
......@@ -230,7 +230,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_vlc_load)
file_interface->file_open = vlc_file_open;
file_interface->file_close = vlc_file_close;
file_interface->file_read = vlc_file_read;
file_interface->file_write = vlc_file_write;
/* load the vlc engine. */
read_inst = libvlc_new(1, &vlc_args);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论