Skip to content
Snippets Groups Projects
Commit 3214cf6b authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3f063970
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,8 @@ struct ast_frame_chain {
#define AST_FORMAT_SLINEAR (1 << 6)
/*! LPC10, 180 samples/frame */
#define AST_FORMAT_LPC10 (1 << 7)
/*! G.729A audio */
#define AST_FORMAT_G729A (1 << 8)
/*! Maximum audio format */
#define AST_FORMAT_MAX_AUDIO (1 << 15)
/*! JPEG Images */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment