summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 17:58:46 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-22 17:58:46 +0000
commitd8fae019eda883fe41c5ab03e8a2006e6eb046a3 (patch)
tree7f2f6a2011bd5c7f3136edf56b05f958a0a25bfa /spudec.c
parent61f60602435d800050ea1a10712b8ad992b54ce0 (diff)
downloadmpv-d8fae019eda883fe41c5ab03e8a2006e6eb046a3.tar.bz2
mpv-d8fae019eda883fe41c5ab03e8a2006e6eb046a3.tar.xz
10l accidently commited an already customized version with different default scaling algo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4811 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spudec.c b/spudec.c
index 4ebda66367..b1f143f23e 100644
--- a/spudec.c
+++ b/spudec.c
@@ -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.