summaryrefslogtreecommitdiff
path: root/include/asterisk/mod_format.h
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 /include/asterisk/mod_format.h
parente538fc8e86bece8b562cc678ab2c4bcf3978d8e6 (diff)
parent0827d5cc53c2609231c4ef9bc92f321f258c4af2 (diff)
Merge "Add the ability to read the media file type from HTTP header for playback"
Diffstat (limited to 'include/asterisk/mod_format.h')
-rw-r--r--include/asterisk/mod_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index 5f93ea442..6e772f05b 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -44,6 +44,7 @@ struct ast_format_def {
char name[80]; /*!< Name of format */
char exts[80]; /*!< Extensions (separated by | if more than one)
* this format can read. First is assumed for writing (e.g. .mp3) */
+ char mime_types[80]; /*!< MIME Types related to the format (separated by | if more than one)*/
struct ast_format *format; /*!< Format of frames it uses/provides (one only) */
/*!
* \brief Prepare an input stream for playback.