[asterisk-commits] trunk r21239 - /trunk/formats/format_h263.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Apr 18 16:51:00 MST 2006
Author: kpfleming
Date: Tue Apr 18 18:50:59 2006
New Revision: 21239
URL: http://svn.digium.com/view/asterisk?rev=21239&view=rev
Log:
fix obvious breakage
Modified:
trunk/formats/format_h263.c
Modified: trunk/formats/format_h263.c
URL: http://svn.digium.com/view/asterisk/trunk/formats/format_h263.c?rev=21239&r1=21238&r2=21239&view=diff
==============================================================================
--- trunk/formats/format_h263.c (original)
+++ trunk/formats/format_h263.c Tue Apr 18 18:50:59 2006
@@ -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 at digium.com>
*
@@ -165,7 +165,7 @@
static const struct ast_format h263_f = {
.name = "h263",
- .exts = "h264",
+ .exts = "h263",
.format = AST_FORMAT_H263,
.open = h263_open,
.write = h263_write,
More information about the asterisk-commits
mailing list