From 88efcea05e9e81aadf916d549dbcceeadf0387f3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 25 Oct 2006 00:32:23 +0000 Subject: Merged revisions 46154 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46154 | kpfleming | 2006-10-24 19:26:17 -0500 (Tue, 24 Oct 2006) | 2 lines add passthrough and file format support for G.722 16KHz audio (issue #5084, original patch by andrew, updated by mithraen) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46155 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/frame.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk') diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index bcc533a95..fa1c12891 100644 --- a/include/asterisk/frame.h +++ b/include/asterisk/frame.h @@ -240,6 +240,8 @@ extern struct ast_frame ast_null_frame; #define AST_FORMAT_ILBC (1 << 10) /*! ADPCM (G.726, 32kbps, RFC3551 codeword packing) */ #define AST_FORMAT_G726 (1 << 11) +/*! G.722 */ +#define AST_FORMAT_G722 (1 << 12) /*! Maximum audio format */ #define AST_FORMAT_MAX_AUDIO (1 << 15) /*! Maximum audio mask */ -- cgit v1.2.3