[Mplayer-cvslog] CVS: main spudec.c,1.19,1.20
Atmosfear
atmos4 at mplayer.dev.hu
Fri Feb 22 18:58:49 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv23511
Modified Files:
spudec.c
Log Message:
10l accidently commited an already customized version with different default scaling algo.
Index: spudec.c
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- spudec.c 22 Feb 2002 17:57:15 -0000 1.19
+++ spudec.c 22 Feb 2002 17:58:46 -0000 1.20
@@ -3,7 +3,7 @@
1: aproximate
2: full (slowest, best looking)
*/
-#define ANTIALIASING_ALGORITHM 2
+#define ANTIALIASING_ALGORITHM 1
/* SPUdec.c
Skeleton of function spudec_process_controll() is from xine sources.
More information about the MPlayer-cvslog
mailing list