浏览代码

Swap aac encoders (again)

tikuf 11 年之前
父节点
当前提交
ec34eb2376
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

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

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