aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llimage/llimagepng.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/llimagepng.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 '')
-rw-r--r--linden/indra/llimage/llimagepng.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llimage/llimagepng.h b/linden/indra/llimage/llimagepng.h
index 7ca59cf..9d45fb0 100644
--- a/linden/indra/llimage/llimagepng.h
+++ b/linden/indra/llimage/llimagepng.h
@@ -42,9 +42,10 @@ protected:
42public: 42public:
43 LLImagePNG(); 43 LLImagePNG();
44 44
45 BOOL updateData(); 45 /*virtual*/ std::string getExtension() { return std::string("png"); }
46 BOOL decode(LLImageRaw* raw_image, F32 decode_time); 46 /*virtual*/ BOOL updateData();
47 BOOL encode(const LLImageRaw* raw_image, F32 encode_time); 47 /*virtual*/ BOOL decode(LLImageRaw* raw_image, F32 decode_time);
48 /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 encode_time);
48 49
49private: 50private:
50 U8* mTmpWriteBuffer; 51 U8* mTmpWriteBuffer;