summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-07-30 14:33:50 +0200
committerDiego Biurrun <diego@biurrun.de>2016-08-03 08:26:40 +0200
commit3ccec334b8502701e72ef13bed25913c3578022e (patch)
treed4a83cdead20c52f329706211cd94ae852c2ebb4 /libavcodec
parente723dce6f8ba1e8260433b6ecfe5a3262f4c7a99 (diff)
sbrdsp: Move a misplaced #endif directive to the right spot
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/sbrdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sbrdsp.c b/libavcodec/sbrdsp.c
index b7917dc9af..029433225f 100644
--- a/libavcodec/sbrdsp.c
+++ b/libavcodec/sbrdsp.c
@@ -168,8 +168,8 @@ static void sbr_autocorrelate_c(const float x[40][2], float phi[3][2][2])
phi[2 - 1][1][1] = imag_sum1 + x[ 0][0] * x[ 1][1] - x[ 0][1] * x[ 1][0];
phi[0 ][0][0] = real_sum1 + x[38][0] * x[39][0] + x[38][1] * x[39][1];
phi[0 ][0][1] = imag_sum1 + x[38][0] * x[39][1] - x[38][1] * x[39][0];
-#endif
}
+#endif
static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2],
const float alpha0[2], const float alpha1[2],