Browse Source

Add M_SQRT2 to the constants in mathematics.h.

Originally committed as revision 22825 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Alex Converse 16 years ago
parent
commit
b9f60bd8fd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavutil/mathematics.h

+ 3
- 0
libavutil/mathematics.h View File

@@ -44,6 +44,9 @@
#ifndef M_SQRT1_2
#define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
#endif
#ifndef M_SQRT2
#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
#endif
#ifndef NAN
#define NAN (0.0/0.0)
#endif


Loading…
Cancel
Save