[FFmpeg-cvslog] r21946 - trunk/libavutil/mathematics.h

mru subversion
Sun Feb 21 21:47:10 CET 2010


Author: mru
Date: Sun Feb 21 21:47:10 2010
New Revision: 21946

Log:
More accurate value for log2(1)

Modified:
   trunk/libavutil/mathematics.h

Modified: trunk/libavutil/mathematics.h
==============================================================================
--- trunk/libavutil/mathematics.h	Sun Feb 21 20:32:47 2010	(r21945)
+++ trunk/libavutil/mathematics.h	Sun Feb 21 21:47:10 2010	(r21946)
@@ -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 */



More information about the ffmpeg-cvslog mailing list