mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 18:59:25 +00:00
Use debug trace instead of message
This commit is contained in:
parent
3a62072c55
commit
9ff2841b18
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ static int lookup_vbr_typical_bitrate(int maxbw, int clock_rate){
|
|||
static int get_audio_payload_bandwidth(LinphoneCore *lc, const PayloadType *pt, int maxbw){
|
||||
if (linphone_core_payload_type_is_vbr(lc,pt)){
|
||||
if (pt->flags & PAYLOAD_TYPE_BITRATE_OVERRIDE){
|
||||
ms_message("PayloadType %s/%i has bitrate override",pt->mime_type,pt->clock_rate);
|
||||
ms_debug("PayloadType %s/%i has bitrate override",pt->mime_type,pt->clock_rate);
|
||||
return pt->normal_bitrate/1000;
|
||||
}
|
||||
return lookup_vbr_typical_bitrate(maxbw,pt->clock_rate);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue