Module: sems Branch: master Commit: ac01562ff7c5e53ed8ef5f3e3d47dc503f75a7f2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=ac01562ff7c5e53ed8ef5f3e3d47dc503f75a7f2
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Mar 29 19:26:29 2012 +0200 b/f: added missing definition for iSAC codec. --- core/amci/codecs.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/core/amci/codecs.h b/core/amci/codecs.h index 37ca0ca..bc4c041 100644 --- a/core/amci/codecs.h +++ b/core/amci/codecs.h @@ -83,4 +83,6 @@ #define CODEC_SILK_WB 32 #define CODEC_SILK_UB 33 +#define CODEC_iSAC_WB 40 + #endif _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
