Commit 5b0b8209 authored by aymeric's avatar aymeric
Browse files

Fix warnings on msvc compiler

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@381 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
parent ea1390f1
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -48,7 +48,7 @@ struct _AudioStream ...@@ -48,7 +48,7 @@ struct _AudioStream
MSFilter *dtmfgen; MSFilter *dtmfgen;
MSFilter *ec;/*echo canceler*/ MSFilter *ec;/*echo canceler*/
MSFilter *volsend,*volrecv; /*MSVolumes*/ MSFilter *volsend,*volrecv; /*MSVolumes*/
unsigned int last_packet_count; uint64_t last_packet_count;
time_t last_packet_time; time_t last_packet_time;
EchoLimiterType el_type; /*use echo limiter: two MSVolume, measured input level controlling local output level*/ EchoLimiterType el_type; /*use echo limiter: two MSVolume, measured input level controlling local output level*/
bool_t play_dtmfs; bool_t play_dtmfs;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment