[Mplayer-cvslog] CVS: main/TOOLS/mwallp jpeg.c,1.3,1.4

Michael Niedermayer CVS syncmail at mplayerhq.hu
Sat Sep 18 02:08:19 CEST 2004


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/TOOLS/mwallp
In directory mail:/var2/tmp/cvs-serv17642/TOOLS/mwallp

Modified Files:
	jpeg.c 
Log Message:
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
fixing the naming of the scaling functions a little


Index: jpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/mwallp/jpeg.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jpeg.c	27 Apr 2003 09:45:38 -0000	1.3
+++ jpeg.c	18 Sep 2004 00:08:17 -0000	1.4
@@ -135,7 +135,7 @@
  jpeg_destroy_decompress(&cinfo);
 
  swsContext= sws_getContext(width,height, in_fmt, 
-		            dwidth,dheight, IMGFMT_BGR|dbpp, SWS_BICUBIC, NULL, NULL);
+		            dwidth,dheight, IMGFMT_BGR|dbpp, SWS_BICUBIC, NULL, NULL, NULL);
 
  sws_scale(swsContext,&img,&row_stride,0,height,&dbuffer, &dstride);
  




More information about the MPlayer-cvslog mailing list