mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
Opaquification for ast_format structs in struct ast_channel
Review: https://reviewboard.asterisk.org/r/1770/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356573 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -93,7 +93,7 @@ static int measurenoise(struct ast_channel *chan, int ms, char *who)
|
||||
struct ast_frame *f;
|
||||
struct ast_format rformat;
|
||||
|
||||
ast_format_copy(&rformat, &chan->readformat);
|
||||
ast_format_copy(&rformat, ast_channel_readformat(chan));
|
||||
if (ast_set_read_format_by_id(chan, AST_FORMAT_SLINEAR)) {
|
||||
ast_log(LOG_NOTICE, "Unable to set to linear mode!\n");
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user