fixed aac
This commit is contained in:
parent
4112c9a0e0
commit
3cd8d64784
|
@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user