diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-28 11:46:16 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-28 11:46:16 +0000 |
| commit | be3a1da14a2f81129c59d40b8b69425b670d1575 (patch) | |
| tree | 68c4d4723da412b4587e264341db5b7947297d7c /src/lib/openjp3d/jp3d.h | |
| parent | 650c5878752869fe794b7115126a3781055fcdeb (diff) | |
[trunk] Fix issue with ITU-T T.809 (05/2011)
- ZSI is now known as NSI (FF54)
- NSI now stores Ndim (=3)
- CAP extended marker was not set properly
Diffstat (limited to 'src/lib/openjp3d/jp3d.h')
| -rwxr-xr-x | src/lib/openjp3d/jp3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/jp3d.h b/src/lib/openjp3d/jp3d.h index e9ecf131..edd27a1a 100755 --- a/src/lib/openjp3d/jp3d.h +++ b/src/lib/openjp3d/jp3d.h @@ -65,7 +65,7 @@ The functions in J3D.C have for goal to read/write the several parts of the code #define J3D_MS_EOC 0xffd9 /**< EOC marker value */
#define J3D_MS_CAP 0xff50 /**< CAP marker value */
#define J3D_MS_SIZ 0xff51 /**< SIZ marker value */
-#define J3D_MS_ZSI 0xff54 /**< ZSI marker value */
+#define J3D_MS_NSI 0xff54 /**< NSI marker value */
#define J3D_MS_COD 0xff52 /**< COD marker value */
#define J3D_MS_COC 0xff53 /**< COC marker value */
#define J3D_MS_RGN 0xff5e /**< RGN marker value */
|
