FS-7514: typo

This commit is contained in:
Anthony Minessale 2015-03-02 16:36:00 -06:00 committed by Michael Jerris
parent e13c7bc70e
commit d5f67d46db
1 changed files with 1 additions and 1 deletions

View File

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