mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +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:
		| @@ -678,7 +678,7 @@ static int speech_background(struct ast_channel *chan, const char *data) | ||||
| 	} | ||||
|  | ||||
| 	/* Record old read format */ | ||||
| 	ast_format_copy(&oldreadformat, &chan->readformat); | ||||
| 	ast_format_copy(&oldreadformat, ast_channel_readformat(chan)); | ||||
|  | ||||
| 	/* Change read format to be signed linear */ | ||||
| 	if (ast_set_read_format(chan, &speech->format)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user