diff options
author | Hubert Figuiere <hub@figuiere.net> | 2008-02-15 17:25:36 -0500 |
---|---|---|
committer | Hubert Figuiere <hub@figuiere.net> | 2008-02-15 23:09:31 -0500 |
commit | db7733cc731dc12e372709a29b2ed75e998eb88f (patch) | |
tree | d7e51f770340eed06b2c08cf81e336b93396ec34 /lib/unpack.h | |
parent | 9bedc6fe0be786b382b4e4c0cc05df2893cd9b4e (diff) |
* lib/unpack.{cpp,h}, lib/mrwfile.cp: compute the adequate
block size.
* lib/ifdfile.cpp: fix the Nikon unpack. Add hack for
Nikon D100.
* testsuite/testsuite.xml: update test for D100 and R-D1.
Diffstat (limited to 'lib/unpack.h')
-rw-r--r-- | lib/unpack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unpack.h b/lib/unpack.h index ead12a0..78584ff 100644 --- a/lib/unpack.h +++ b/lib/unpack.h @@ -37,6 +37,7 @@ namespace OpenRaw { namespace Internals { public: Unpack(uint32_t w, uint32_t h, uint32_t t); + size_t block_size(); size_t row_advance(); size_t unpack_be12to16(uint8_t *dest, size_t outsize, const uint8_t *src, size_t insize); |