summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorlucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-26 16:12:37 +0000
committerlucabe <lucabe@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-26 16:12:37 +0000
commitac68c5b03d695edab21f0b586af6a84fafd302f8 (patch)
tree69dc650b722653bb054978d74ea07a6982f4cde1 /libswscale
parent6792566904453e6a0ed508aab8e3b11fc1e4dde4 (diff)
downloadmpv-ac68c5b03d695edab21f0b586af6a84fafd302f8.tar.bz2
mpv-ac68c5b03d695edab21f0b586af6a84fafd302f8.tar.xz
Remove some void pointers arithmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21771 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 837b6eaf5e..06ce13f8c5 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -101,10 +101,10 @@ typedef struct SwsContext{
int dstY;
int flags;
void * yuvTable; // pointer to the yuv->rgb table start so it can be freed()
- void * table_rV[256];
- void * table_gU[256];
+ uint8_t * table_rV[256];
+ uint8_t * table_gU[256];
int table_gV[256];
- void * table_bU[256];
+ uint8_t * table_bU[256];
//Colorspace stuff
int contrast, brightness, saturation; // for sws_getColorspaceDetails