mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
add comment explaining GetMinBitrate
This commit is contained in:
@@ -1116,6 +1116,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
|
||||
private int GetMinBitrate(int sourceBitrate, int requestedBitrate)
|
||||
{
|
||||
// these values were chosen from testing to improve low bitrate streams
|
||||
if (sourceBitrate <= 2000000)
|
||||
{
|
||||
sourceBitrate = Convert.ToInt32(sourceBitrate * 2.5);
|
||||
|
||||
Reference in New Issue
Block a user