Ubernit line re-order

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=181137491
This commit is contained in:
olly 2018-01-08 02:23:40 -08:00 committed by Oliver Woodman
parent c991b80c85
commit 73892f21b1

View File

@ -166,9 +166,9 @@ public class DefaultLoadControl implements LoadControl {
this.allocator = allocator;
minBufferUs = minBufferMs * 1000L;
maxBufferUs = maxBufferMs * 1000L;
targetBufferBytesOverwrite = targetBufferBytes;
bufferForPlaybackUs = bufferForPlaybackMs * 1000L;
bufferForPlaybackAfterRebufferUs = bufferForPlaybackAfterRebufferMs * 1000L;
targetBufferBytesOverwrite = targetBufferBytes;
this.prioritizeTimeOverSizeThresholds = prioritizeTimeOverSizeThresholds;
this.priorityTaskManager = priorityTaskManager;
}