[trunk] JP3D: remove exe bit from source files
[openjpeg.git] / src / lib / openjp3d / t1.h
old mode 100755 (executable)
new mode 100644 (file)
index 7b4a18f..1863484
@@ -117,9 +117,9 @@ typedef struct opj_t1 {
        int lut_nmsedec_ref[1 << T1_NMSEDEC_BITS];\r
        int lut_nmsedec_ref0[1 << T1_NMSEDEC_BITS];\r
        /** Codeblock data */\r
-       int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];//int ***data;\r
+       int data[T1_CBLKD][T1_CBLKH][T1_CBLKW];/*int ***data;*/\r
        /** Context information for each voxel in codeblock */\r
-       int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];//int ***flags;\r
+       int flags[T1_CBLKD + 2][T1_CBLKH + 2][T1_CBLKH + 2];/*int ***flags;*/\r
 } opj_t1_t;\r
 \r
 /** @name Exported functions */\r