added extra buffering to RLE image processing to improve performance
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6ecc367b9f
commit
38bf7c3d50
@ -128,6 +128,8 @@ struct TGAImageSpec {
|
||||
|
||||
#define TGA_HEADERS_SIZE 18
|
||||
|
||||
#define TGA_STREAM_BUFFER_SIZE 1024
|
||||
|
||||
class TGATranslator : public BTranslator {
|
||||
public:
|
||||
TGATranslator();
|
||||
|
Loading…
Reference in New Issue
Block a user