bluez5: use ldacBT for both decode and encode

This commit is contained in:
ZZyVSmOzMz OZaAEBlUIZ 2025-06-22 11:22:26 +00:00
parent 7fd05e7eaa
commit c727e8f8f9
3 changed files with 9 additions and 5 deletions

View file

@ -470,7 +470,7 @@ static void *codec_init(const struct media_codec *codec, uint32_t flags,
#endif
#ifdef ENABLE_LDAC_ABR
this->ldac_abr = ldac_ABR_get_handle();
this->ldac_abr = ldac_ABR_get_handle(NULL);
if (this->ldac_abr == NULL)
goto error_errno;
#endif