summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorvitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-08 17:46:22 +0000
committervitor <vitor@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-08 17:46:22 +0000
commitc51fe849d6237c7de2e1de341761d4f01848a002 (patch)
tree3ca1df0ffb79f20f942bebfb1a20d6a15fed4973 /libswscale/swscale_internal.h
parentef6c34c0867df03e575f18a259ce2b16070f2271 (diff)
downloadmpv-c51fe849d6237c7de2e1de341761d4f01848a002.tar.bz2
mpv-c51fe849d6237c7de2e1de341761d4f01848a002.tar.xz
Add a new unscaled PAL8 -> RGB converter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27730 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 4a84d20ac1..48995571e0 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -80,6 +80,9 @@ typedef struct SwsContext{
int sliceDir;
double param[2];
+ uint32_t pal_yuv[256];
+ uint32_t pal_rgb[256];
+
int16_t **lumPixBuf;
int16_t **chrPixBuf;
int16_t *hLumFilter;