mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
update main projects
This commit is contained in:
@@ -994,6 +994,10 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
sourceBitrate *= 2;
|
||||
}
|
||||
else if (sourceBitrate <= 3000000)
|
||||
{
|
||||
sourceBitrate = Convert.ToInt32(sourceBitrate * 1.5);
|
||||
}
|
||||
|
||||
var bitrate = Math.Min(sourceBitrate, requestedBitrate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user