diff options
Diffstat (limited to 'src/lib/openjp3d/t1.h')
| -rwxr-xr-x | src/lib/openjp3d/t1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp3d/t1.h b/src/lib/openjp3d/t1.h index 7b4a18f5..1863484c 100755 --- a/src/lib/openjp3d/t1.h +++ b/src/lib/openjp3d/t1.h @@ -117,9 +117,9 @@ typedef struct opj_t1 { int lut_nmsedec_ref[1 << T1_NMSEDEC_BITS];
int lut_nmsedec_ref0[1 << T1_NMSEDEC_BITS];
/** Codeblock data */
- int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];//int ***data;
+ int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];/*int ***data;*/
/** Context information for each voxel in codeblock */
- int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];//int ***flags;
+ int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];/*int ***flags;*/
} opj_t1_t;
/** @name Exported functions */
|
