Commit ad80784c by tonihei Committed by Oliver Woodman

Fix parameter order in DefaultLoadControl constructor.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=180254437
parent 8f1ef6a2
......@@ -90,8 +90,8 @@ public class DefaultLoadControl implements LoadControl {
allocator,
DEFAULT_MIN_BUFFER_MS,
DEFAULT_MAX_BUFFER_MS,
DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS,
DEFAULT_BUFFER_FOR_PLAYBACK_MS,
DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS,
DEFAULT_TARGET_BUFFER_BYTES,
DEFAULT_PRIORITIZE_TIME_OVER_SIZE_THRESHOLDS);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment