mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-22 02:58:03 +00:00
Swap aac encoders (again)
This commit is contained in:
@@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac -strict experimental";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user