diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-08-08 09:41:16 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-08-08 09:41:16 +0000 |
| commit | 7dcb817e6acf9ec78a1bf09dfa9b188dd18e68b6 (patch) | |
| tree | 7fda3ea0e337a8ab5fd7b9e2dcf7dee981ea638e /libopenjpeg/pi.h | |
| parent | 9cf692e89773ac83cebbb2969039913ce761c11d (diff) | |
Fixed the DCinema filesize allocation. It now includes the SOT marker size
Diffstat (limited to 'libopenjpeg/pi.h')
| -rw-r--r-- | libopenjpeg/pi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/pi.h b/libopenjpeg/pi.h index fc993297..f2274922 100644 --- a/libopenjpeg/pi.h +++ b/libopenjpeg/pi.h @@ -118,7 +118,7 @@ Modify the packet iterator for enabling tile part generation @param tpnum Tile part number of the current tile @param tppos The position of the tile part flag in the progression order */ -void pi_create_encode( opj_pi_iterator_t *pi, opj_cp_t *cp,int tileno, int pino,int tpnum, int tppos); +void pi_create_encode( opj_pi_iterator_t *pi, opj_cp_t *cp,int tileno, int pino,int tpnum, int tppos, J2K_T2_MODE t2_mode); /** Create a packet iterator for Decoder @param image Raw image for which the packets will be listed |
