diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-06-01 11:15:25 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-06-02 18:21:54 +0200 |
| commit | 10410fe72ec2d20f2bbdfb68a383bce1df17f35d (patch) | |
| tree | 83c491be8d7d8a0db375af6f16e4b134d68bdfba /src/lib/openjp2/raw.h | |
| parent | a5003787ffdbc4fb4a9b4e18187e9f69c36b9e9b (diff) | |
T1: avoid pointer indirection for mqc and raw members of opj_t1_t
Diffstat (limited to 'src/lib/openjp2/raw.h')
| -rw-r--r-- | src/lib/openjp2/raw.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/openjp2/raw.h b/src/lib/openjp2/raw.h index dfb0ae01..1f55ed5e 100644 --- a/src/lib/openjp2/raw.h +++ b/src/lib/openjp2/raw.h @@ -71,16 +71,7 @@ typedef struct opj_raw { /** @name Exported functions */ /*@{*/ /* ----------------------------------------------------------------------- */ -/** -Create a new RAW handle -@return Returns a new RAW handle if successful, returns NULL otherwise -*/ -opj_raw_t* opj_raw_create(void); -/** -Destroy a previously created RAW handle -@param raw RAW handle to destroy -*/ -void opj_raw_destroy(opj_raw_t *raw); + /** Return the number of bytes written/read since initialisation @param raw RAW handle to destroy |
