mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 10:16:31 +00:00
update as per suggestion
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
db23660660
commit
cf98a1fbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
if (string.Equals(codec, "aac", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
// Prefer to use libfdk_aac for better audio quality while using the custom build FFmpeg
|
||||
// Use libfdk_aac for better audio quality if using custom build of FFmpeg which has fdk_aac support
|
||||
if (_mediaEncoder.SupportsEncoder("libfdk_aac"))
|
||||
{
|
||||
return "libfdk_aac";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue