mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 04:30:24 +01:00
support 5.1 aac
This commit is contained in:
@@ -426,11 +426,6 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (audioStream.Channels > 2 && request.AudioCodec.HasValue)
|
||||
{
|
||||
if (request.AudioCodec.Value == AudioCodecs.Aac)
|
||||
{
|
||||
// libvo_aacenc currently only supports two channel output
|
||||
return 2;
|
||||
}
|
||||
if (request.AudioCodec.Value == AudioCodecs.Wma)
|
||||
{
|
||||
// wmav2 currently only supports two channel output
|
||||
|
||||
Reference in New Issue
Block a user