mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
a2dp: improve codec specific transport socket send buffer size setting
This commit is contained in:
parent
60aef11072
commit
c778bd734c
5 changed files with 11 additions and 11 deletions
|
|
@ -341,8 +341,6 @@ const struct a2dp_codec a2dp_codec_aptx = {
|
|||
.codec_id = APTX_CODEC_ID },
|
||||
.name = "aptx",
|
||||
.description = "aptX",
|
||||
.send_fill_frames = 2,
|
||||
.recv_fill_frames = 2,
|
||||
.fill_caps = codec_fill_caps,
|
||||
.select_config = codec_select_config,
|
||||
.enum_config = codec_enum_config,
|
||||
|
|
@ -366,8 +364,6 @@ const struct a2dp_codec a2dp_codec_aptx_hd = {
|
|||
.codec_id = APTX_HD_CODEC_ID },
|
||||
.name = "aptx_hd",
|
||||
.description = "aptX HD",
|
||||
.send_fill_frames = 2,
|
||||
.recv_fill_frames = 2,
|
||||
.fill_caps = codec_fill_caps,
|
||||
.select_config = codec_select_config,
|
||||
.enum_config = codec_enum_config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue