提交 fdabd49d authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Mike Jerris

FS-9715 add webm and mkv too

上级 383c4cf8
...@@ -2494,7 +2494,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_avformat_load) ...@@ -2494,7 +2494,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_avformat_load)
supported_formats[i++] = "mp4"; supported_formats[i++] = "mp4";
supported_formats[i++] = "m4a"; supported_formats[i++] = "m4a";
supported_formats[i++] = "mov"; 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 = (switch_file_interface_t *)switch_loadable_module_create_interface(*module_interface, SWITCH_FILE_INTERFACE);
file_interface->interface_name = modname; file_interface->interface_name = modname;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论