summaryrefslogtreecommitdiff
path: root/formats/format_wav.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-05-03 10:50:51 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-05-03 10:50:51 -0500
commit0565a6c909dff12f02838e23e3984463cbd7da70 (patch)
tree3f28d4ba1756834371e6aadb497978577ef4a591 /formats/format_wav.c
parente538fc8e86bece8b562cc678ab2c4bcf3978d8e6 (diff)
parent0827d5cc53c2609231c4ef9bc92f321f258c4af2 (diff)
Merge "Add the ability to read the media file type from HTTP header for playback"
Diffstat (limited to 'formats/format_wav.c')
-rw-r--r--formats/format_wav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 81a686e36..ec7e3d379 100644
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -532,6 +532,7 @@ static struct ast_format_def wav16_f = {
static struct ast_format_def wav_f = {
.name = "wav",
.exts = "wav",
+ .mime_types = "audio/wav|audio/x-wav",
.open = wav_open,
.rewrite = wav_rewrite,
.write = wav_write,