From 38220c5485ca1f3dea10683fe9e9898d744bd162 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Fri, 16 Dec 2011 00:18:56 +0200 Subject: Fixed pointer type --HG-- branch : point-release --- src/dxr3/video_out_dxr3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dxr3/video_out_dxr3.h b/src/dxr3/video_out_dxr3.h index 12cc3b76f..7e24781bf 100644 --- a/src/dxr3/video_out_dxr3.h +++ b/src/dxr3/video_out_dxr3.h @@ -131,7 +131,7 @@ typedef struct dxr3_frame_s { vo_frame_t vo_frame; uint32_t oheight; int aspect, pan_scan; - uint8_t *mem; /* allocated for YV12 or YUY2 buffers */ + void *mem; /* allocated for YV12 or YUY2 buffers */ uint8_t *real_base[3]; /* yuv/yuy2 buffers in mem aligned on 16 */ int swap_fields; /* shifts Y buffer one line to exchange odd/even lines */ } dxr3_frame_t; -- cgit v1.2.3