diff xacodec.h @ 2384:814166bee8fd

3ivx YV12 direct rendering (one lss memcpy)
author arpi
date Mon, 22 Oct 2001 22:45:06 +0000
parents 0959af64c098
children fc124f9db88e
line wrap: on
line diff
--- a/xacodec.h	Mon Oct 22 21:31:42 2001 +0000
+++ b/xacodec.h	Mon Oct 22 22:45:06 2001 +0000
@@ -101,3 +101,14 @@
     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;
+