fixed aac

This commit is contained in:
Luke Pulverenti 2013-05-22 08:44:49 -04:00
parent 4112c9a0e0
commit 3cd8d64784

View file

@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
{
if (codec == AudioCodecs.Aac)
{
return "libvo_aacenc";
return "aac";
}
if (codec == AudioCodecs.Mp3)
{