提交 c7fcf8c3 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5200 --resolve this patch did not apply please be up to date with latest HEAD…

FS-5200 --resolve this patch did not apply please be up to date with latest HEAD when generating patches
上级 8afe9f3c
...@@ -2604,7 +2604,7 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char ...@@ -2604,7 +2604,7 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char
if (switch_strcasecmp_any(ct, "audio/mpeg", "audio/x-mpeg", "audio/mp3", "audio/x-mp3", "audio/mpeg3", if (switch_strcasecmp_any(ct, "audio/mpeg", "audio/x-mpeg", "audio/mp3", "audio/x-mp3", "audio/mpeg3",
"audio/x-mpeg3", "audio/mpg", "audio/x-mpg", "audio/x-mpegaudio", NULL)) { "audio/x-mpeg3", "audio/mpg", "audio/x-mpg", "audio/x-mpegaudio", NULL)) {
newext = "mp3"; newext = "mp3";
} else if (switch_strcasecmp_any(ct, "audio/wav", "audio/x-wave", "audio/wav", NULL)) { } else if (switch_strcasecmp_any(ct, "audio/wav", "audio/x-wave", "audio/wav", "audio/wave", NULL)) {
newext = "wav"; newext = "wav";
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论