From: Anthony Minessale Date: Mon, 2 Mar 2015 22:36:00 +0000 (-0600) Subject: FS-7514: typo X-Git-Tag: v1.6.2~614^2~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f67d46dbb8430c3799e8792d436688d17cc0c4;p=thirdparty%2Ffreeswitch.git FS-7514: typo --- diff --git a/src/mod/formats/mod_vlc/mod_vlc.c b/src/mod/formats/mod_vlc/mod_vlc.c index 4efcd0d58d..3a3894b8fe 100644 --- a/src/mod/formats/mod_vlc/mod_vlc.c +++ b/src/mod/formats/mod_vlc/mod_vlc.c @@ -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;