diff postproc/swscale.h @ 6578:3727eb94a783

use unified yuv2rgb init {RGB,BGR}{1,4,8,15,16,24,32} output supported
author michael
date Thu, 27 Jun 2002 18:00:47 +0000
parents 6507469651f4
children 5059143aa020
line wrap: on
line diff
--- a/postproc/swscale.h	Thu Jun 27 17:40:51 2002 +0000
+++ b/postproc/swscale.h	Thu Jun 27 18:00:47 2002 +0000
@@ -88,6 +88,11 @@
 	int chrBufIndex;
 	int dstY;
 	int flags;
+	void * yuvTable;
+	void * table_rV[256];
+	void * table_gU[256];
+	int    table_gV[256];
+	void * table_bU[256];
 
 	void (*swScale)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
              int srcSliceH, uint8_t* dst[], int dstStride[]);