a2dp: improve codec specific transport socket send buffer size setting

This commit is contained in:
Huang-Huang 2021-01-31 09:01:40 +08:00
parent 60aef11072
commit c778bd734c
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B
5 changed files with 11 additions and 11 deletions

View file

@ -332,8 +332,7 @@ struct a2dp_codec {
const char *description;
const struct spa_dict *info;
const int send_fill_frames;
const int recv_fill_frames;
const size_t send_buf_size;
int (*fill_caps) (const struct a2dp_codec *codec, uint32_t flags,
uint8_t caps[A2DP_MAX_CAPS_SIZE]);