FS-7514: add mov

This commit is contained in:
Anthony Minessale 2015-02-28 12:57:45 -06:00 committed by Michael Jerris
parent 69fd32f8ef
commit 780eef3fc1
1 changed files with 1 additions and 0 deletions

View File

@ -2392,6 +2392,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_vlc_load)
vlc_file_supported_formats[0] = "vlc";
vlc_file_supported_formats[1] = "mp4"; /* maybe add config for this mod to enable or disable */
vlc_file_supported_formats[1] = "mov"; /* maybe add config for this mod to enable or disable */
file_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_FILE_INTERFACE);
file_interface->interface_name = modname;