mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 05:44:31 +02:00
Swap aac encoders (again)
This commit is contained in:
parent
9c4e8f3381
commit
ec34eb2376
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac -strict experimental";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue