浏览代码

Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs

Cody Robibero 4 年之前
父节点
当前提交
08279e91ba
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs

+ 0 - 3
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs

@@ -404,9 +404,6 @@ namespace MediaBrowser.Controller.MediaEncoding
                 {
                     // Don't exceed what the encoder supports
                     // Seeing issues of attempting to encode to 88200
-                    // return Math.Min(44100, BaseRequest.AudioSampleRate.Value);
-
-                    // I don't see any reason why limiting the sample rate to a maximum of 44100 !
                     return BaseRequest.AudioSampleRate.Value;
                 }