From 680756393a7be40706826bbbd580269a2a71cc4a Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Sun, 5 Feb 2006 19:36:32 +0000 Subject: - Header changes to support hdaudio, memcache limitor and framecount boost. --- source/blender/blenpluginapi/iff.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index 456291e664b..f0d7a76f0f4 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -125,6 +125,8 @@ #define AN_INIT an_stringdec = stringdec; an_stringenc = stringenc; +struct MEM_CacheLimiterHandle_s; + typedef struct ImBuf{ short x,y; /* width in pixels, height in scanlines */ short skipx; /* width in ints to get to the next scanline */ @@ -148,7 +150,11 @@ typedef struct ImBuf{ unsigned char *encodedbuffer; unsigned int encodedsize; unsigned int encodedbuffersize; + float *rect_float; + + struct MEM_CacheLimiterHandle_s * c_handle; + int refcounter; } ImBuf; extern struct ImBuf *allocImBuf(short,short,uchar,uint,uchar); -- cgit v1.2.3