mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
switched aac encoders
This commit is contained in:
@@ -484,7 +484,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "aac";
|
||||
return "libvo_aacenc";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user