mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: fix lc3plus initial bitrate
This commit is contained in:
parent
8358f020db
commit
7f67dedac6
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ static void *codec_init(const struct a2dp_codec *codec, uint32_t flags,
|
|||
spa_assert(this->e.samples <= LC3PLUS_MAX_SAMPLES);
|
||||
|
||||
this->e.bitrate = this->bitrate;
|
||||
this->e.next_bitrate = this->bitrate;
|
||||
|
||||
return this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue