summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-07-15 17:55:16 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-07-15 17:55:16 +0000
commitc7b0bd5a2320cc342474e5713adb00f92532aa23 (patch)
tree7bc8fc89542dd5b2bbe0f6e53071b62b2c03ec06 /pjmedia/include/pjmedia-codec
parentbbc250ce57fcd09e4b894fc0d706a8079ee5f4dc (diff)
Ticket #919:
- Added default ilbc mode into codec passthrough setting. - Added iLBC mode 'negotiation' in iLBC codec_open(). - Updated stream_create() to prioritize codec_open(), that may update the codec params, over stream initializations involving codec params. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2834 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-codec')
-rw-r--r--pjmedia/include/pjmedia-codec/passthrough.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-codec/passthrough.h b/pjmedia/include/pjmedia-codec/passthrough.h
index 7b237c3c..c4f94a91 100644
--- a/pjmedia/include/pjmedia-codec/passthrough.h
+++ b/pjmedia/include/pjmedia-codec/passthrough.h
@@ -58,6 +58,7 @@ typedef struct pjmedia_codec_passthrough_setting
to be enabled. */
pjmedia_format *fmts; /**< Encoding formats to be
enabled. */
+ unsigned ilbc_mode; /**< iLBC default mode. */
} pjmedia_codec_passthrough_setting;