mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 02:13:50 +01:00
update as per suggestion
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
cf98a1fbc7
commit
ebb7590350
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
return "libfdk_aac";
|
||||
}
|
||||
return "aac -strict experimental";
|
||||
return "aac";
|
||||
}
|
||||
|
||||
if (string.Equals(codec, "mp3", StringComparison.OrdinalIgnoreCase))
|
||||
|
|
|
|||
Loading…
Reference in a new issue