From d1d90f47fd87ec50db7aa5badcc996854d93c0bf Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 7 Jan 2006 17:54:22 +0000 Subject: Add support for H.264 with SIP and recording git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7855 f38db490-d61c-443f-a65b-d21fe96a405b --- frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frame.c') 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" }, -- cgit v1.2.3