diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-06-04 13:23:26 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-06-04 13:23:26 +0000 |
| commit | ea9335ff48f106556e04a249d88246dba493a62a (patch) | |
| tree | 405b1f1960745fa1c4645b0abedab9e7cb8da1a6 /libopenjpeg/tcd.h | |
| parent | adc1aacb600419d6ce8427d652da4f53efc5e408 (diff) | |
Bugs corrected in decoding of command line (getopt.c), in the handling of 16 bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index b81a94a6..ae667098 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -183,6 +183,8 @@ typedef struct opj_tcd { opj_tcp_t *tcp; /** current encoded/decoded tile */ int tcd_tileno; + /** Time taken to encode a tile*/ + double encoding_time; } opj_tcd_t; /** @name Exported functions */ |
