]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7514: typo
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Mar 2015 22:36:00 +0000 (16:36 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:07 +0000 (12:47 -0500)
src/mod/formats/mod_vlc/mod_vlc.c

index 4efcd0d58dcd11a4e142442c84aa0bf12fcdfe99..3a3894b8fefef1eb1a14bf99f3944a948ad1181b 100644 (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;