# HG changeset patch # User atmos4 # Date 1014400726 0 # Node ID bb6b9aca71956965779975967fbab58bc10e92b9 # Parent e508a517c33dd80c55815788b8c9b54418dd2adf 10l accidently commited an already customized version with different default scaling algo. diff -r e508a517c33d -r bb6b9aca7195 spudec.c --- 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.