[SCM] libav/experimental: More accurate value for log2(10)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:00:54 UTC 2013
The following commit has been merged in the experimental branch:
commit 94a5218c108d078491aa69db72433f2918bdab5d
Author: Måns Rullgård <mans at mansr.com>
Date: Sun Feb 21 20:47:10 2010 +0000
More accurate value for log2(10)
Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h
index 4cc3b49..7a72cef 100644
--- a/libavutil/mathematics.h
+++ b/libavutil/mathematics.h
@@ -36,7 +36,7 @@
#define M_LN10 2.30258509299404568402 /* log_e 10 */
#endif
#ifndef M_LOG2_10
-#define M_LOG2_10 3.32192809488736218171 /* log_2 10 */
+#define M_LOG2_10 3.32192809488736234787 /* log_2 10 */
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846 /* pi */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list