mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs
This commit is contained in:
parent
95ecedbce7
commit
08279e91ba
@ -404,9 +404,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
{
|
{
|
||||||
// Don't exceed what the encoder supports
|
// Don't exceed what the encoder supports
|
||||||
// Seeing issues of attempting to encode to 88200
|
// 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;
|
return BaseRequest.AudioSampleRate.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user