From 56c74596c7f1cb216d88c5191cebd54e0244c00e Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Sun, 3 Feb 2008 18:48:23 +0100 Subject: [PATCH] Remove some debugging. --- qscale.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qscale.c b/qscale.c index f3f0fa9..1fcfd67 100644 --- a/qscale.c +++ b/qscale.c @@ -366,8 +366,6 @@ int main(int argc, char **argv) unsigned w2 = dinfo.image_width * dinfo.comp_info[2].h_samp_factor / dinfo.max_h_samp_factor; unsigned h2 = dinfo.image_height * dinfo.comp_info[2].v_samp_factor / dinfo.max_v_samp_factor; - fprintf(stderr, "h0 = %u, h1=%u, h2=%u\n", h0, h1, h2); - fprintf(stderr, "Scaling using Lanczos filter:\n"); fprintf(stderr, " Y component: %ux%u -> %ux%u\n", dinfo.comp_info[0].width_in_blocks * DCTSIZE, dinfo.comp_info[0].height_in_blocks * DCTSIZE, nw0, nh0); fprintf(stderr, " Cb component: %ux%u -> %ux%u\n", dinfo.comp_info[1].width_in_blocks * DCTSIZE, dinfo.comp_info[1].height_in_blocks * DCTSIZE, nw1, nh1); -- 2.39.2