summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/swscale.h')
-rw-r--r--postproc/swscale.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/postproc/swscale.h b/postproc/swscale.h
index 4ef752f932..59e9160ec5 100644
--- a/postproc/swscale.h
+++ b/postproc/swscale.h
@@ -88,6 +88,11 @@ typedef struct SwsContext{
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[]);