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/mqc.h | |
| parent | a5003787ffdbc4fb4a9b4e18187e9f69c36b9e9b (diff) | |
T1: avoid pointer indirection for mqc and raw members of opj_t1_t
Diffstat (limited to 'src/lib/openjp2/mqc.h')
| -rw-r--r-- | src/lib/openjp2/mqc.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/openjp2/mqc.h b/src/lib/openjp2/mqc.h index 4a3e3c88..eb44cdd6 100644 --- a/src/lib/openjp2/mqc.h +++ b/src/lib/openjp2/mqc.h @@ -86,16 +86,7 @@ typedef struct opj_mqc { /** @name Exported functions */ /*@{*/ /* ----------------------------------------------------------------------- */ -/** -Create a new MQC handle -@return Returns a new MQC handle if successful, returns NULL otherwise -*/ -opj_mqc_t* opj_mqc_create(void); -/** -Destroy a previously created MQC handle -@param mqc MQC handle to destroy -*/ -void opj_mqc_destroy(opj_mqc_t *mqc); + /** Return the number of bytes written/read since initialisation @param mqc MQC handle |
