From 11af8f4d32c60b1167ac788a962a962077c84ae6 Mon Sep 17 00:00:00 2001 From: rfelker Date: Wed, 31 Jul 2002 05:23:09 +0000 Subject: fix silly shorthand that could cause trouble porting git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6856 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/spuenc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libvo/spuenc.h') diff --git a/libvo/spuenc.h b/libvo/spuenc.h index f978de4d4b..b8dc5f0e4d 100644 --- a/libvo/spuenc.h +++ b/libvo/spuenc.h @@ -25,12 +25,12 @@ typedef struct { int x, y; - u_int rgb[4]; - u_char* pixels; + unsigned int rgb[4]; + unsigned char* pixels; } pixbuf; typedef struct { - u_char data[DATASIZE]; + unsigned char data[DATASIZE]; int count; /* the count of bytes written */ int oddstart; int nibblewaiting; -- cgit v1.2.3