Mercurial > mplayer.hg
changeset 21755:5ee0b3c9e667
Remove some void pointers arithmetic
author | lucabe |
---|---|
date | Tue, 26 Dec 2006 16:12:37 +0000 |
parents | 995ccc384144 |
children | b41f4217d57a |
files | libswscale/swscale_internal.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale_internal.h Tue Dec 26 10:58:07 2006 +0000 +++ b/libswscale/swscale_internal.h Tue Dec 26 16:12:37 2006 +0000 @@ -101,10 +101,10 @@ 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