Fixed #859, Test clean-up, removed unused class.

This commit is contained in:
Harald Kuhr
2023-11-15 10:46:02 +01:00
parent 3623a7c5dd
commit e2cc73f276
9 changed files with 229 additions and 359 deletions

View File

@@ -88,7 +88,7 @@ public interface JPEG {
// Start of Frame segment markers (SOFn).
/** SOF0: Baseline DCT, Huffman coding. */
int SOF0 = 0xFFC0;
/** SOF0: Extended DCT, Huffman coding. */
/** SOF1: Extended DCT, Huffman coding. */
int SOF1 = 0xFFC1;
/** SOF2: Progressive DCT, Huffman coding. */
int SOF2 = 0xFFC2;