From 34a5c986ebab45f06258b6da12e0258ad570a67b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 11 Dec 2006 23:14:28 +0000 Subject: fixed warnings and added newer quicktime svn path=/trunk/externals/pidip/; revision=6809 --- modules/pdp_yvu2rgb.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/pdp_yvu2rgb.c') diff --git a/modules/pdp_yvu2rgb.c b/modules/pdp_yvu2rgb.c index a536268..4981457 100644 --- a/modules/pdp_yvu2rgb.c +++ b/modules/pdp_yvu2rgb.c @@ -31,13 +31,13 @@ typedef struct pdp_yvu2rgb_struct t_float x_f; t_outlet *x_outlet0; - t_int x_packet0; - t_int x_packet1; - t_int x_dropped; - t_int x_queue_id; + int x_packet0; + int x_packet1; + int x_dropped; + int x_queue_id; unsigned int *x_RGBFrame; - t_int x_RGBFrameSize; + int x_RGBFrameSize; } t_pdp_yvu2rgb; -- cgit v1.2.1