Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2014-10-04 08:11:51 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2014-10-04 08:11:51 +0400
commit020a0a48d5fdbfae76b2db26ad5d65c39efad6ad (patch)
treeb63f708f920fc100e833c1284cb3dd91833e7f21 /celt/pitch.h
parentc95c9a048f3283afb2e412b10085d4f7c19e1412 (diff)
Fix build bustage from c95c9a048.
Diffstat (limited to 'celt/pitch.h')
-rw-r--r--celt/pitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/pitch.h b/celt/pitch.h
index e692c594..027ebd9b 100644
--- a/celt/pitch.h
+++ b/celt/pitch.h
@@ -193,7 +193,7 @@ void
# define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
- xcorr, len, max_pitch, arch))
+ xcorr, len, max_pitch))
# else
# define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \
((void)(arch),celt_pitch_xcorr_c(_x, _y, xcorr, len, max_pitch, arch))