aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagej2c.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llimage/llimagej2c.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llimage/llimagej2c.h')
-rw-r--r--linden/indra/llimage/llimagej2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimagej2c.h b/linden/indra/llimage/llimagej2c.h
index 7e02c98..2b4a3ec 100644
--- a/linden/indra/llimage/llimagej2c.h
+++ b/linden/indra/llimage/llimagej2c.h
@@ -45,6 +45,7 @@ public:
45 LLImageJ2C(); 45 LLImageJ2C();
46 46
47 // Base class overrides 47 // Base class overrides
48 /*virtual*/ std::string getExtension() { return std::string("j2c"); }
48 /*virtual*/ BOOL updateData(); 49 /*virtual*/ BOOL updateData();
49 /*virtual*/ BOOL decode(LLImageRaw *raw_imagep, F32 decode_time); 50 /*virtual*/ BOOL decode(LLImageRaw *raw_imagep, F32 decode_time);
50 /*virtual*/ BOOL decodeChannels(LLImageRaw *raw_imagep, F32 decode_time, S32 first_channel, S32 max_channel_count); 51 /*virtual*/ BOOL decodeChannels(LLImageRaw *raw_imagep, F32 decode_time, S32 first_channel, S32 max_channel_count);
@@ -58,7 +59,7 @@ public:
58 BOOL encode(const LLImageRaw *raw_imagep, const char* comment_text, F32 encode_time=0.0); 59 BOOL encode(const LLImageRaw *raw_imagep, const char* comment_text, F32 encode_time=0.0);
59 60
60 BOOL validate(U8 *data, U32 file_size); 61 BOOL validate(U8 *data, U32 file_size);
61 BOOL loadAndValidate(const LLString &filename); 62 BOOL loadAndValidate(const std::string &filename);
62 63
63 // Encode accessors 64 // Encode accessors
64 void setReversible(const BOOL reversible); // Use non-lossy? 65 void setReversible(const BOOL reversible); // Use non-lossy?