[Mplayer-cvslog] CVS: main spudec.c,1.43,1.44
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Sat Sep 18 02:08:18 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ve_x264.c, NONE, 1.1 ve.c, 1.10, 1.11 Makefile, 1.133, 1.134
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c, 1.144, 1.145 swscale.h, 1.31, 1.32 swscale_internal.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17642
Modified Files:
spudec.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: spudec.c
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- spudec.c 4 Oct 2003 17:28:30 -0000 1.43
+++ spudec.c 18 Sep 2004 00:08:16 -0000 1.44
@@ -752,7 +752,7 @@
oldvar = spu_gaussvar;
}
- ctx=sws_getContext(sw, sh, IMGFMT_Y800, dw, dh, IMGFMT_Y800, SWS_GAUSS, &filter, NULL);
+ ctx=sws_getContext(sw, sh, IMGFMT_Y800, dw, dh, IMGFMT_Y800, SWS_GAUSS, &filter, NULL, NULL);
sws_scale(ctx,&s1,&ss,0,sh,&d1,&ds);
for (i=ss*sh-1; i>=0; i--) if (!s2[i]) s2[i] = 255; //else s2[i] = 1;
sws_scale(ctx,&s2,&ss,0,sh,&d2,&ds);
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ve_x264.c, NONE, 1.1 ve.c, 1.10, 1.11 Makefile, 1.133, 1.134
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c, 1.144, 1.145 swscale.h, 1.31, 1.32 swscale_internal.h, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list