MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.
[openjpeg.git] / src / lib / openjp2 / j2k.h
index fe65cd87b8591acc1532d7db556cbe8807f3f555..b59477bd25dfc21bb2fb87bb3f531c317c04ca02 100644 (file)
@@ -65,8 +65,6 @@ The functions in J2K.C have for goal to read/write the several parts of the code
 #define J2K_CCP_QNTSTY_SIQNT 1
 #define J2K_CCP_QNTSTY_SEQNT 2
 
-#define OPJ_J2K_DEFAULT_CBLK_DATA_SIZE 8192
-
 /* ----------------------------------------------------------------------- */
 
 #define J2K_MS_SOC 0xff4f   /**< SOC marker value */