summaryrefslogtreecommitdiffstats
path: root/xacodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'xacodec.h')
-rw-r--r--xacodec.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/xacodec.h b/xacodec.h
index eaf543e170..782f7b112f 100644
--- a/xacodec.h
+++ b/xacodec.h
@@ -101,3 +101,14 @@ typedef struct
unsigned int imagec;
unsigned int imaged;
} XA_ANIM_HDR;
+
+// Added by A'rpi
+typedef struct {
+ unsigned int out_fmt;
+ int bpp;
+ int width,height;
+ unsigned char* planes[3];
+ int stride[3];
+ unsigned char *mem;
+} xacodec_image_t;
+