mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #11315] Fix apple audio codecs #12845
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11315
State: closed
Merged: Yes
Changes
We already have a lot of code referencing alac encoder but it is not added to the support list. Adding this will make audio transcoding working in this format.
This PR also removed the 6 channel limit for
aac_atas this encoder does support 8 channel audios.Issues