Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/epeg

Dir     : e17/libs/epeg/src/lib


Modified Files:
        epeg_main.c 


Log Message:


patches that i said were in - commit. (see my reply emails)
also finish off a TODO item or 2

===================================================================
RCS file: /cvs/e/e17/libs/epeg/src/lib/epeg_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- epeg_main.c 7 Feb 2006 03:46:23 -0000       1.17
+++ epeg_main.c 7 Jun 2006 23:30:14 -0000       1.18
@@ -1171,13 +1171,12 @@
        dst_mgr->buf = malloc(65536);
        im->out.jinfo.dest = (struct jpeg_destination_mgr *)dst_mgr;
      }
+   jpeg_set_defaults(&(im->out.jinfo));
    im->out.jinfo.image_width      = im->out.w;
    im->out.jinfo.image_height     = im->out.h;
    im->out.jinfo.input_components = im->in.jinfo.output_components;
    im->out.jinfo.in_color_space   = im->in.jinfo.out_color_space;
-   im->out.jinfo.dct_method       = JDCT_IFAST;
    im->out.jinfo.dct_method      = im->in.jinfo.dct_method;
-   jpeg_set_defaults(&(im->out.jinfo));
    jpeg_set_quality(&(im->out.jinfo), im->out.quality, TRUE);   
    
    if (im->out.quality >= 90)




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to