Merge H.263+ support (bug #3709)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5149 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-05 20:57:49 +00:00
parent b9027295d7
commit 77b8442606
3 changed files with 7 additions and 1 deletions

View File

@@ -192,6 +192,8 @@ struct ast_frame_chain {
#define AST_FORMAT_H261 (1 << 18)
/*! H.263 Video */
#define AST_FORMAT_H263 (1 << 19)
/*! H.263+ Video */
#define AST_FORMAT_H263_PLUS (1 << 20)
/*! Max one */
#define AST_FORMAT_MAX_VIDEO (1 << 24)