summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2023-07-31 08:02:00 -0700
committerJohn Hurst <jhurst@cinecert.com>2023-07-31 08:02:00 -0700
commit1f52124a55fce065e09c728513b715ecb7e01452 (patch)
tree14cfb7d908201cda5ef594a6fb626bde1c04c364
parent31e6bb2b3dfc330ae9ca35add278836cdc6ad19a (diff)
fix: corrected byte offset of SqcdOFST and SPqcdOFST in j2c parser
-rwxr-xr-xsrc/JP2K.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/JP2K.h b/src/JP2K.h
index 8128de5..194e533 100755
--- a/src/JP2K.h
+++ b/src/JP2K.h
@@ -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
{