diff options
| author | Yannick Verschueren <unknown@unknown> | 2004-02-13 09:52:31 +0000 |
|---|---|---|
| committer | Yannick Verschueren <unknown@unknown> | 2004-02-13 09:52:31 +0000 |
| commit | 8b1431ecced61813fb1b7395cb41f42d1bbf3def (patch) | |
| tree | eac563e0060989bd8d5235ba4b59f1d3e484de03 | |
| parent | bb349b2ceee6027ab19f9fe20ed6d8c6a18a15a2 (diff) | |
Update for version 1.0
| -rw-r--r-- | indexer_JPIP/jpip.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indexer_JPIP/jpip.h b/indexer_JPIP/jpip.h index f8e16582..84df3554 100644 --- a/indexer_JPIP/jpip.h +++ b/indexer_JPIP/jpip.h @@ -25,13 +25,18 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifndef __JPIP_H +#define __JPIP_H + #include "j2k.h" // Codestream index box (superbox) -int jpip_write_cidx(int offset, info_image_t img, j2k_cp_t *j2k_cp); +int jpip_write_cidx(int offset, info_image_t img, j2k_cp_t *j2k_cp, int version); // Index Finder Box void jpip_write_iptr(int offset, int length); // File Index Box int jpip_write_fidx(int offset_jp2c, int length_jp2c, int offset_idx, int length_idx); + +#endif |
