mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 67631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r67631 | file | 2007-06-06 09:18:39 -0400 (Wed, 06 Jun 2007) | 2 lines Fix plc_samples warning when registering a translator. (issue #9897 reported by xylome) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -598,7 +598,7 @@ int __ast_register_translator(struct ast_translator *t, struct ast_module *mod)
|
||||
t->plc_samples, t->buffer_samples);
|
||||
return -1;
|
||||
}
|
||||
if (t->dstfmt != AST_FORMAT_SLINEAR)
|
||||
if (t->dstfmt != powerof(AST_FORMAT_SLINEAR))
|
||||
ast_log(LOG_WARNING, "plc_samples %d format %x\n",
|
||||
t->plc_samples, t->dstfmt);
|
||||
}
|
||||
|
Reference in New Issue
Block a user