[FFmpeg-cvslog] sbrdsp: Move a misplaced #endif directive to the right spot

Diego Biurrun git at videolan.org
Thu Mar 16 02:39:18 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jul 30 14:33:50 2016 +0200| [3ccec334b8502701e72ef13bed25913c3578022e] | committer: Diego Biurrun

sbrdsp: Move a misplaced #endif directive to the right spot

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ccec334b8502701e72ef13bed25913c3578022e
---

 libavcodec/sbrdsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/sbrdsp.c b/libavcodec/sbrdsp.c
index b7917dc..0294332 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],



More information about the ffmpeg-cvslog mailing list