summaryrefslogtreecommitdiff
path: root/frame.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-01-07 17:54:22 +0000
committerMark Spencer <markster@digium.com>2006-01-07 17:54:22 +0000
commite2ef61814fc960fa878d8f7b7ac98d27c51fc6ca (patch)
tree34e09d3fba69a40757b42b46d8656a74744e6c7b /frame.c
parent33323ac720234c5ed8d2e38496acb3acee8379de (diff)
Add support for H.264 with SIP and recording
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'frame.c')
-rw-r--r--frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frame.c b/frame.c
index 2558ead99..8c86a67f4 100644
--- a/frame.c
+++ b/frame.c
@@ -101,7 +101,7 @@ static struct ast_format_list AST_FORMAT_LIST[] = {
{ 1, AST_FORMAT_H261, "h261", "H.261 Video" }, /*!< Passthrough */
{ 1, AST_FORMAT_H263, "h263", "H.263 Video" }, /*!< Passthrough support, see format_h263.c */
{ 1, AST_FORMAT_H263_PLUS, "h263p", "H.263+ Video" }, /*!< See format_h263.c */
- { 0, 0, "nothing", "undefined" },
+ { 1, AST_FORMAT_H264, "h264", "H.264 Video" }, /*!< Passthrough support, see format_h263.c */
{ 0, 0, "nothing", "undefined" },
{ 0, 0, "nothing", "undefined" },
{ 0, 0, "nothing", "undefined" },