mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
u_intXX_t is silly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43236 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -87,8 +87,8 @@ static struct ast_frame *g723_read(struct ast_filestream *s, int *whennext)
|
||||
|
||||
static int g723_write(struct ast_filestream *s, struct ast_frame *f)
|
||||
{
|
||||
u_int32_t delay;
|
||||
u_int16_t size;
|
||||
uint32_t delay;
|
||||
uint16_t size;
|
||||
int res;
|
||||
/* XXX there used to be a check s->fr means a read stream */
|
||||
if (f->frametype != AST_FRAME_VOICE) {
|
||||
|
||||
Reference in New Issue
Block a user