summaryrefslogtreecommitdiff
path: root/formats/format_h263.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-04-18 23:50:59 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-04-18 23:50:59 +0000
commitcc2fb34bb3c0a49a634808e1985d5c4eba5acbdc (patch)
tree89db886cba0dbbcd404cdecb3cfb3b4f8b2cc5bc /formats/format_h263.c
parentbcecc3d86376d084149b46b3398a2f6c104d2f85 (diff)
fix obvious breakage
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_h263.c')
-rw-r--r--formats/format_h263.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 602943dbc..16b090c64 100644
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -1,7 +1,7 @@
/*
* Asterisk -- An open source telephony toolkit.
*
- * Copyright (C) 1999 - 2005, Digium, Inc.
+ * Copyright (C) 1999 - 2006, Digium, Inc.
*
* Mark Spencer <markster@digium.com>
*
@@ -165,7 +165,7 @@ static off_t h263_tell(struct ast_filestream *fs)
static const struct ast_format h263_f = {
.name = "h263",
- .exts = "h264",
+ .exts = "h263",
.format = AST_FORMAT_H263,
.open = h263_open,
.write = h263_write,