mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-02 11:05:29 -04:00
TMI-XXXX: Fixed a typo in the JPEG docs.
This commit is contained in:
parent
9c8ad3cb74
commit
10f501e919
@ -40,7 +40,8 @@ public interface JPEG {
|
||||
int SOI = 0xFFD8;
|
||||
/** End of Image segment marker (EOI). */
|
||||
int EOI = 0xFFD9;
|
||||
/** Start of Stream segment marker (SOS). */
|
||||
|
||||
/** Start of Scan segment marker (SOS). */
|
||||
int SOS = 0xFFDA;
|
||||
|
||||
/** Define Quantization Tables segment marker (DQT). */
|
||||
|
Loading…
x
Reference in New Issue
Block a user