Commit 2fca01b9 by olly Committed by Oliver Woodman

Make flags contiguous: There's no reason for the gap :)

PiperOrigin-RevId: 269514872
parent 57370b37
...@@ -68,7 +68,7 @@ public final class DataSpec { ...@@ -68,7 +68,7 @@ public final class DataSpec {
* setting this flag may also enable more concurrent access to the data (e.g. reading one fragment * setting this flag may also enable more concurrent access to the data (e.g. reading one fragment
* whilst writing another). * whilst writing another).
*/ */
public static final int FLAG_ALLOW_CACHE_FRAGMENTATION = 1 << 4; // 16 public static final int FLAG_ALLOW_CACHE_FRAGMENTATION = 1 << 3; // 8
/** /**
* The set of HTTP methods that are supported by ExoPlayer {@link HttpDataSource}s. One of {@link * The set of HTTP methods that are supported by ExoPlayer {@link HttpDataSource}s. One of {@link
......
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