Browse Source

fixed aac

Luke Pulverenti 12 years ago
parent
commit
3cd8d64784
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

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