mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: aac, lc3plus: report bitpool changes
Behavior similar to SBC. This makes return value useful for media-sink logger.
This commit is contained in:
parent
1bea58c20b
commit
02a4758043
2 changed files with 7 additions and 5 deletions
|
|
@ -610,7 +610,7 @@ static int codec_change_bitrate(struct impl *this, int new_bitrate)
|
|||
if (res != AACENC_OK)
|
||||
return -EINVAL;
|
||||
|
||||
return 0;
|
||||
return this->cur_bitrate;
|
||||
}
|
||||
|
||||
static int codec_reduce_bitpool(void *data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue