diff options
Diffstat (limited to 'indra/llimage/llimagej2c.h')
| -rw-r--r-- | indra/llimage/llimagej2c.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h index 81b24cc0b3..19744a7f87 100644 --- a/indra/llimage/llimagej2c.h +++ b/indra/llimage/llimagej2c.h @@ -106,11 +106,6 @@ class LLImageJ2CImpl { public: virtual ~LLImageJ2CImpl(); - - // Estimate the byte size of a J2C codestream sufficient to decode the - // given discard level. KDU uses a packet-by-packet impl; OpenJPEG - // overrides with a more conservative block-aligned estimate. - virtual S32 estimateDataSize(S32 w, S32 h, S32 comp, S32 discard_level, F32 rate) const = 0; protected: // Find out the image size and number of channels. // Return value: |
