summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/spuenc.h')
-rw-r--r--libvo/spuenc.h6
1 files changed, 3 insertions, 3 deletions
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;