diff options
| author | Cody Robibero <cody@robibe.ro> | 2020-11-17 07:08:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 07:08:22 -0700 |
| commit | 08279e91badebf34e34735b8f512ba585fb336d6 (patch) | |
| tree | 281039b783d1b9da3c3e84f363b9d79b09d17cb3 | |
| parent | 95ecedbce7281e215b7c3c7403e648b0f66622e2 (diff) | |
Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs b/MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs index e99c48a70..2c5abe933 100644 --- a/MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs +++ b/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; } |
