mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix warnings on msvc compiler
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@381 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
ea1390f15f
commit
5b0b820916
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ struct _AudioStream
|
|||
MSFilter *dtmfgen;
|
||||
MSFilter *ec;/*echo canceler*/
|
||||
MSFilter *volsend,*volrecv; /*MSVolumes*/
|
||||
unsigned int last_packet_count;
|
||||
uint64_t last_packet_count;
|
||||
time_t last_packet_time;
|
||||
EchoLimiterType el_type; /*use echo limiter: two MSVolume, measured input level controlling local output level*/
|
||||
bool_t play_dtmfs;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue