summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-30 18:45:17 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-30 18:45:17 +0000
commit30e673510930555a1dcdee9af91daec2b2dd0cd6 (patch)
tree2191ef9fa2e0371c5cab89e514b6b067b6fcbe5f /spudec.c
parent46f4de7c177b171c770bf547ecfec58151ccab8a (diff)
downloadmpv-30e673510930555a1dcdee9af91daec2b2dd0cd6.tar.bz2
mpv-30e673510930555a1dcdee9af91daec2b2dd0cd6.tar.xz
Remove stray line that slipped through in last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25213 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c1
1 files changed, 0 insertions, 1 deletions
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;