changeset 4810:bb6b9aca7195

10l accidently commited an already customized version with different default scaling algo.
author atmos4
date Fri, 22 Feb 2002 17:58:46 +0000
parents e508a517c33d
children 38a9cddd9e4d
files spudec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/spudec.c	Fri Feb 22 17:57:15 2002 +0000
+++ b/spudec.c	Fri Feb 22 17:58:46 2002 +0000
@@ -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.