shithub: aacenc

Download patch

ref: d79e7721a56ebc0237d8bf8aff7f2ae90d63fb58
parent: 8e1e9a12ceca8faeb38a6f32353c93be32342331
author: oxygene2000 <oxygene2000>
date: Tue Feb 8 09:38:05 EST 2000

Why calculating sqrt(2) if it is present as constant?

--- a/enc_tf.c
+++ b/enc_tf.c
@@ -18,7 +18,7 @@
 #include "winswitch.h"
 #include "transfo.h"
 
-#define SQRT2 sqrt(2)
+#define SQRT2 C_SQRT2
 
 /* AAC tables */