mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
a2dp: add missing function abr_process in a2dp_codec_aptx
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn>
This commit is contained in:
parent
9653d748a3
commit
4621792354
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ const struct a2dp_codec a2dp_codec_aptx = {
|
|||
.deinit = codec_deinit,
|
||||
.get_block_size = codec_get_block_size,
|
||||
.get_num_blocks = codec_get_num_blocks,
|
||||
.abr_process = codec_abr_process,
|
||||
.start_encode = codec_start_encode,
|
||||
.encode = codec_encode,
|
||||
.start_decode = codec_start_decode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue