mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
fix obvious breakage
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user