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

This commit is contained in:
William King 2012-03-24 14:11:49 -07:00
parent 6ef6d2419e
commit c31a799dd6
1 changed files with 0 additions and 1 deletions

View File

@ -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);