Skip to content

Commit 22478a0

Browse files
committed
AltPresets dev. increase max bitrate to 120Mbit
1 parent 6429826 commit 22478a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/src/main/java/com/liskovsoft/smartyoutubetv2/common/exoplayer/selector/track/VideoTrack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class VideoTrack extends MediaTrack {
1212
private static final int COMPARE_TYPE_IN_BOUNDS_PRESET = 1;
1313
private static final int COMPARE_TYPE_IN_BOUNDS_PRESET_NO_FPS = 3;
1414
private static final int COMPARE_TYPE_NORMAL = 2;
15-
private static final int MAX_ALT_PRESET_BITRATE = 90_000_000; // 90 Mbit
15+
private static final int MAX_ALT_PRESET_BITRATE = 120_000_000; // 120 Mbit
1616
public static boolean sIsAltPresetsEnabled;
1717

1818
public VideoTrack(int rendererIndex) {

smarttubetv/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ android {
5757
applicationId "app.smarttube"
5858
minSdkVersion project.properties.minSdkVersion
5959
targetSdkVersion project.properties.targetSdkVersion
60-
versionCode 2328
61-
versionName "31.38"
60+
versionCode 2329
61+
versionName "31.39"
6262
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6363
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
6464

0 commit comments

Comments
 (0)