mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Clarify Cue.DIMEN_UNSET is also used for size
PiperOrigin-RevId: 283559073
This commit is contained in:
parent
14cfb8039f
commit
9adb94e95c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public class Cue {
|
||||||
/** The empty cue. */
|
/** The empty cue. */
|
||||||
public static final Cue EMPTY = new Cue("");
|
public static final Cue EMPTY = new Cue("");
|
||||||
|
|
||||||
/** An unset position or width. */
|
/** An unset position, width or size. */
|
||||||
// Note: We deliberately don't use Float.MIN_VALUE because it's positive & very close to zero.
|
// Note: We deliberately don't use Float.MIN_VALUE because it's positive & very close to zero.
|
||||||
public static final float DIMEN_UNSET = -Float.MAX_VALUE;
|
public static final float DIMEN_UNSET = -Float.MAX_VALUE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue