From f891c3efbcc4dcd9a6ef56456acea71d20313f70 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 5 Mar 2005 20:57:49 +0000 Subject: Merge H.263+ support (bug #3709) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5149 f38db490-d61c-443f-a65b-d21fe96a405b --- frame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frame.c') diff --git a/frame.c b/frame.c index 3cf54ee39..0750feca3 100755 --- a/frame.c +++ b/frame.c @@ -420,6 +420,7 @@ static struct ast_format_list AST_FORMAT_LIST[] = { { 1, AST_FORMAT_PNG, "png", "PNG image"}, { 1, AST_FORMAT_H261, "h261", "H.261 Video" }, { 1, AST_FORMAT_H263, "h263", "H.263 Video" }, + { 1, AST_FORMAT_H263_PLUS, "h263p", "H.263+ Video" }, { 0, 0, "nothing", "undefined" }, { 0, 0, "nothing", "undefined" }, { 0, 0, "nothing", "undefined" }, @@ -559,7 +560,7 @@ static int show_codecs(int fd, int argc, char *argv[]) if ((argc == 2) || (!strcasecmp(argv[1],"video"))) { found = 1; - for (i=18;i<20;i++) { + for (i=18;i<21;i++) { snprintf(hex,25,"(0x%x)",1<