]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7514: add mov
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 28 Feb 2015 18:57:45 +0000 (12:57 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:06 +0000 (12:47 -0500)
src/mod/formats/mod_vlc/mod_vlc.c

index 8cf980f7a54e64e983bb249450a9da8870bd9829..12a51751bb990cfcb109601d5670f4d67c823def 100644 (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;