From 4c361c0a7638b4f068e8b524e4ff43374a286018 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 26 Sep 2020 23:52:08 +0000 Subject: Promote Development to Advanced git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3972 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h') diff --git a/converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h b/converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h index e28a1f57..f8b3b342 100644 --- a/converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h +++ b/converter/other/jpeg2000/libjasper/jpc/jpc_t1dec.h @@ -119,19 +119,13 @@ #ifndef JPC_T1DEC_H #define JPC_T1DEC_H -/******************************************************************************\ -* Includes. -\******************************************************************************/ - #include "jpc_dec.h" #include "jpc_mqdec.h" #include "jpc_t1cod.h" -/******************************************************************************\ -* Functions. -\******************************************************************************/ - -/* Decode all of the code blocks for a particular tile. */ -int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile); +void +jpc_dec_decodecblks(jpc_dec_t * const decP, + jpc_dec_tile_t * const tileP, + const char ** const errorP); #endif -- cgit 1.4.1