WIP: new image_header struct is used and enable used of cstr_info
[openjpeg.git] / libopenjpeg / mct.h
index 84e3f8add193343829abaafea4004c25355c24ac..16baaa4114074d55b7d47dbcdbb7df44c24ca71d 100644 (file)
@@ -90,6 +90,18 @@ Get norm of the basis function used for the irreversible multi-component transfo
 @return 
 */
 double mct_getnorm_real(int compno);
+
+opj_bool mct_decode_custom(
+                                          // MCT data
+                                          OPJ_BYTE * pDecodingData,
+                                          // size of components
+                                          OPJ_UINT32 n,
+                                          // components
+                                          OPJ_BYTE ** pData,
+                                          // nb of components (i.e. size of pData)
+                                          OPJ_UINT32 pNbComp,
+                                          // tells if the data is signed
+                                          OPJ_UINT32 isSigned);
 /* ----------------------------------------------------------------------- */
 /*@}*/