aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_mul.c
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-02-05 06:05:39 +0000
commit7da1d644ff98078ad2a78d940ec991abff440b00 (patch)
treecd5942bd3be84b57228d4d978ec4753dbdc56a89 /modules/pdp_mul.c
parent41faefa9874e70af29f1ad5ebc2a55f0be9a9cff (diff)
pdp 0.8.3
svn path=/trunk/externals/pdp/; revision=382
Diffstat (limited to 'modules/pdp_mul.c')
-rw-r--r--modules/pdp_mul.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/pdp_mul.c b/modules/pdp_mul.c
index 8c06087..822a862 100644
--- a/modules/pdp_mul.c
+++ b/modules/pdp_mul.c
@@ -70,15 +70,10 @@ static void pdp_mul_process_grey(t_pdp_mul *x)
unsigned int w = header0->info.image.width;
unsigned int h = header0->info.image.height;
- // set hight so it includes the chroma frames
- h = h + (h>>1);
pdp_imageproc_mul_process((short int*)data0, (short int*)data1, w, h);
return;
-
-
-
}
static void pdp_mul_process(t_pdp_mul *x)