-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=188327736
This commit is contained in:
eguven 2018-03-08 07:11:42 -08:00 committed by Oliver Woodman
parent 81417e1093
commit 2675d03b30

View file

@ -237,7 +237,8 @@ public class DefaultLoadControl implements LoadControl {
boolean prioritizeTimeOverSizeThresholds,
PriorityTaskManager priorityTaskManager) {
assertGreaterOrEqual(bufferForPlaybackMs, 0, "bufferForPlaybackMs", "0");
assertGreaterOrEqual(bufferForPlaybackAfterRebufferMs, 0, "bufferForPlaybackMs", "0");
assertGreaterOrEqual(
bufferForPlaybackAfterRebufferMs, 0, "bufferForPlaybackAfterRebufferMs", "0");
assertGreaterOrEqual(minBufferMs, bufferForPlaybackMs, "minBufferMs", "bufferForPlaybackMs");
assertGreaterOrEqual(
minBufferMs,