Commit f848d0e3 by andrewlewis Committed by Oliver Woodman

Remove stray space

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=196323463
parent 74df3766
...@@ -46,11 +46,10 @@ public class DefaultLoadControl implements LoadControl { ...@@ -46,11 +46,10 @@ public class DefaultLoadControl implements LoadControl {
public static final int DEFAULT_BUFFER_FOR_PLAYBACK_MS = 2500; public static final int DEFAULT_BUFFER_FOR_PLAYBACK_MS = 2500;
/** /**
* The default duration of media that must be buffered for playback to resume after a rebuffer, * The default duration of media that must be buffered for playback to resume after a rebuffer, in
* in milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user * milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user action.
* action.
*/ */
public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000; public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000;
/** /**
* The default target buffer size in bytes. When set to {@link C#LENGTH_UNSET}, the load control * The default target buffer size in bytes. When set to {@link C#LENGTH_UNSET}, the load control
......
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