From: Luca Abeni Date: Tue, 26 Dec 2006 16:12:37 +0000 (+0000) Subject: Remove some void pointers arithmetic X-Git-Tag: v0.5~10697 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9effd94abcb02f02748ff67815581f76caa6350b;p=platform%2Fupstream%2Flibav.git Remove some void pointers arithmetic Originally committed as revision 21771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 837b6ea..06ce13f 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