mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Fixed comment
Alpha is stored in the first byte of an integer
This commit is contained in:
parent
8b2af12447
commit
ce55587db4
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ public final class Eia608Decoder implements SubtitleDecoder {
|
|||
Color.BLACK // Only used by Mid Row style changes, for PAC an value of 0x7 means italics.
|
||||
};
|
||||
|
||||
// Transparency is defined in the two left most bytes of an integer.
|
||||
// Transparency is defined in the first byte of an integer.
|
||||
private static final int TRANSPARENCY_MASK = 0x80FFFFFF;
|
||||
|
||||
private static final int STYLE_ITALIC = Typeface.ITALIC;
|
||||
|
|
|
|||
Loading…
Reference in a new issue