From 1ea159173c1121cc04ded477383edc6a4a07f462 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 4 Mar 2003 10:30:27 +0000 Subject: fix compiler warnings at least in xine's native code CVS patchset: 4330 CVS date: 2003/03/04 10:30:27 --- src/post/mosaico/mosaico.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post') diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 61e8a5e1a..03b0796a8 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mosaico.c,v 1.7 2003/02/28 14:31:27 skaboy Exp $ + * $Id: mosaico.c,v 1.8 2003/03/04 10:30:29 mroi Exp $ */ /* @@ -450,7 +450,7 @@ static int _mosaico_draw_1(vo_frame_t *frame, post_mosaico_out_t *output) { static int _mosaico_draw_2(vo_frame_t *frame, post_mosaico_out_t *output, int cont) { - unsigned long size, i, j, wx, wy, ciclo; + unsigned long i, j, wx, wy, ciclo; unsigned long zx, zy, wid, wid2, des1, des2, hei; unsigned long scalex, scaley, pos_in_x, pos_in_y, pos_in; post_video_port_t *port; -- cgit v1.2.3