TMI-XXXX: Fixed a typo in the JPEG docs.

This commit is contained in:
Harald Kuhr 2013-02-14 14:14:43 +01:00
parent 9c8ad3cb74
commit 10f501e919

View File

@ -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). */