From 30e673510930555a1dcdee9af91daec2b2dd0cd6 Mon Sep 17 00:00:00 2001 From: ulion Date: Fri, 30 Nov 2007 18:45:17 +0000 Subject: Remove stray line that slipped through in last commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25213 b3059339-0415-0410-9bf9-f77b7e298cf2 --- spudec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'spudec.c') diff --git a/spudec.c b/spudec.c index 6693be4c84..0263c9e689 100644 --- a/spudec.c +++ b/spudec.c @@ -650,7 +650,6 @@ void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int unsigned int scaley = 0x100 * dys / spu->orig_frame_height; bbox[0] = spu->start_col * scalex / 0x100; bbox[1] = spu->start_col * scalex / 0x100 + spu->width * scalex / 0x100; -printf("spu_align: %d, %d, %d\n", spu_alignment, dxs, dys); switch (spu_alignment) { case 0: bbox[3] = dys*sub_pos/100 + spu->height * scaley / 0x100; -- cgit v1.2.3