fix: corrected byte offset of SqcdOFST and SPqcdOFST in j2c parser
authorJohn Hurst <jhurst@cinecert.com>
Mon, 31 Jul 2023 15:02:00 +0000 (08:02 -0700)
committerJohn Hurst <jhurst@cinecert.com>
Mon, 31 Jul 2023 15:02:00 +0000 (08:02 -0700)
src/JP2K.h

index 8128de5367f6e15f8b03c5e3992aeb6056c041a7..194e533df7c59f83f5798104dd3c2c5a0e1bff66 100755 (executable)
@@ -161,8 +161,8 @@ namespace JP2K
          void Dump(FILE* stream = 0) const;
        };
 
-      const int SqcdOFST = 1;
-      const int SPqcdOFST = 2;
+      const int SqcdOFST = 0;
+      const int SPqcdOFST = 1;
 
       enum QuantizationType_t
       {