mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update as per suggestion
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
@@ -429,7 +429,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
{
|
{
|
||||||
return "libfdk_aac";
|
return "libfdk_aac";
|
||||||
}
|
}
|
||||||
return "aac -strict experimental";
|
return "aac";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (string.Equals(codec, "mp3", StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(codec, "mp3", StringComparison.OrdinalIgnoreCase))
|
||||||
|
|||||||
Reference in New Issue
Block a user