[asterisk-commits] tilghman: branch tilghman/codec_bits3 r227367 - /team/tilghman/codec_bits3/in...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 3 13:43:13 CST 2009
Author: tilghman
Date: Tue Nov 3 13:43:10 2009
New Revision: 227367
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227367
Log:
More changes to deal with extended codec range
Modified:
team/tilghman/codec_bits3/include/asterisk/frame_defs.h
team/tilghman/codec_bits3/include/asterisk/translate.h
Modified: team/tilghman/codec_bits3/include/asterisk/frame_defs.h
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/codec_bits3/include/asterisk/frame_defs.h?view=diff&rev=227367&r1=227366&r2=227367
==============================================================================
--- team/tilghman/codec_bits3/include/asterisk/frame_defs.h (original)
+++ team/tilghman/codec_bits3/include/asterisk/frame_defs.h Tue Nov 3 13:43:10 2009
@@ -29,7 +29,7 @@
extern "C" {
#endif
-typedef uint64_t format_t;
+typedef int64_t format_t;
#if defined(__cplusplus) || defined(c_plusplus)
}
Modified: team/tilghman/codec_bits3/include/asterisk/translate.h
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/codec_bits3/include/asterisk/translate.h?view=diff&rev=227367&r1=227366&r2=227367
==============================================================================
--- team/tilghman/codec_bits3/include/asterisk/translate.h (original)
+++ team/tilghman/codec_bits3/include/asterisk/translate.h Tue Nov 3 13:43:10 2009
@@ -24,7 +24,7 @@
#ifndef _ASTERISK_TRANSLATE_H
#define _ASTERISK_TRANSLATE_H
-#define MAX_AUDIO_FORMAT 15 /* Do not include video here */
+#define MAX_AUDIO_FORMAT 47 /* Do not include video here */
#define MAX_FORMAT 64 /* Do include video here */
#if defined(__cplusplus) || defined(c_plusplus)
More information about the asterisk-commits
mailing list