summaryrefslogtreecommitdiffstats
path: root/libao2/fir.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 13:21:45 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 13:21:45 +0000
commitf36628b8fe6e6c274f55b4de30ae8bb6b0dc4452 (patch)
treefd2e6602121650c17c4587732bfe6dec8d180453 /libao2/fir.h
parent47aa9aeb74b040a0665ded3da2c383000c0d1a28 (diff)
downloadmpv-f36628b8fe6e6c274f55b4de30ae8bb6b0dc4452.tar.bz2
mpv-f36628b8fe6e6c274f55b4de30ae8bb6b0dc4452.tar.xz
Sync problem when using fractional resampling fixed + speed increased.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4172 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/fir.h')
-rw-r--r--libao2/fir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/fir.h b/libao2/fir.h
index 9046e3dc0f..17ccb9b343 100644
--- a/libao2/fir.h
+++ b/libao2/fir.h
@@ -111,7 +111,7 @@
#define SAVE_QUE(x)
#define UPDATE_QUE(inm) \
xi=(--xi)&(L-1); \
- x[xi]=x[xi+L]=*inm;
+ x[xi]=x[xi+L]=*(inm);
#ifdef L4
#define FIR(x,w,y) \