FS-9715 add webm and mkv too

This commit is contained in:
Anthony Minessale 2016-11-11 16:44:59 -06:00 committed by Mike Jerris
parent 383c4cf8ce
commit fdabd49da3
1 changed files with 2 additions and 1 deletions

View File

@ -2494,7 +2494,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_avformat_load)
supported_formats[i++] = "mp4";
supported_formats[i++] = "m4a";
supported_formats[i++] = "mov";
supported_formats[i++] = "mkv";
supported_formats[i++] = "webm";
file_interface = (switch_file_interface_t *)switch_loadable_module_create_interface(*module_interface, SWITCH_FILE_INTERFACE);
file_interface->interface_name = modname;