From: sgunderson@bigfoot.com <> Date: Sun, 3 Feb 2008 17:48:23 +0000 (+0100) Subject: Remove some debugging. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=56c74596c7f1cb216d88c5191cebd54e0244c00e;p=qscale Remove some debugging. --- 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);