mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 12:31:57 +00:00
fixed aac
This commit is contained in:
@@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
{
|
{
|
||||||
if (codec == AudioCodecs.Aac)
|
if (codec == AudioCodecs.Aac)
|
||||||
{
|
{
|
||||||
return "libvo_aacenc";
|
return "aac";
|
||||||
}
|
}
|
||||||
if (codec == AudioCodecs.Mp3)
|
if (codec == AudioCodecs.Mp3)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user