summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_sse.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 00:47:25 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 00:47:25 +0200
commit90f5873f1a4b528dc245beb75b834c52ef04b3db (patch)
tree9ede9db5ad14d812f1211510b9e48ea11c915458 /mp3lib/dct64_sse.c
parent15a604c405cb53054853cdc426e124936d6321d8 (diff)
parent8ba6b4eaf939f34ac34993aa225143b4102f6c02 (diff)
downloadmpv-90f5873f1a4b528dc245beb75b834c52ef04b3db.tar.bz2
mpv-90f5873f1a4b528dc245beb75b834c52ef04b3db.tar.xz
Merge svn changes up to r30675
Diffstat (limited to 'mp3lib/dct64_sse.c')
-rw-r--r--mp3lib/dct64_sse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c
index 2827f2c1b1..c2270ba9be 100644
--- a/mp3lib/dct64_sse.c
+++ b/mp3lib/dct64_sse.c
@@ -421,4 +421,3 @@ void dct64_sse(short *out0,short *out1,real *c)
#endif
out1[0] = out0[0];
}
-