]> sjero.net Git - linphone/commitdiff
fix low bandwidth mode
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 3 Dec 2012 13:48:05 +0000 (14:48 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 3 Dec 2012 13:48:05 +0000 (14:48 +0100)
coreapi/linphonecall.c
mediastreamer2

index 089e7b809fb9e854132aecd9a401b679b9f797bf..f08227905f1c0a6c9c5774c6978ce0e957ecb1c6 100644 (file)
@@ -950,7 +950,7 @@ bool_t linphone_call_params_low_bandwidth_enabled(const LinphoneCallParams *cp)
  * 
 **/
 void linphone_call_params_enable_low_bandwidth(LinphoneCallParams *cp, bool_t enabled){
-       cp->low_bandwidth=TRUE;
+       cp->low_bandwidth=enabled;
 }
 
 /**
index 5ce886301c0408e4779513b4af5291c38e6aef7f..aacb8b5f50769d3c2d5928ef8511b8906b070217 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5ce886301c0408e4779513b4af5291c38e6aef7f
+Subproject commit aacb8b5f50769d3c2d5928ef8511b8906b070217