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_mosaic.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'modules/pdp_mosaic.c') diff --git a/modules/pdp_mosaic.c b/modules/pdp_mosaic.c index 9bcca86..18c12fa 100644 --- a/modules/pdp_mosaic.c +++ b/modules/pdp_mosaic.c @@ -39,19 +39,19 @@ typedef struct pdp_mosaic_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; - - t_int x_vwidth; - t_int x_vheight; - t_int x_vsize; - t_int x_censor_level; - t_int x_ssize; + int x_packet0; + int x_packet1; + int x_dropped; + int x_queue_id; + + int x_vwidth; + int x_vheight; + int x_vsize; + int x_censor_level; + int x_ssize; short int *x_diff; short int *x_bdata; - t_int x_snapshot; + int x_snapshot; } t_pdp_mosaic; -- cgit v1.2.1