diff avutil.h @ 1000:f9e8cd74a5f4 libavutil

Add the M_PHI constant, contains an approximation of the golden ratio irrational number.
author stefano
date Thu, 22 Jul 2010 22:05:21 +0000
parents 336ef31f5616
children 3aefb6df1f86
line wrap: on
line diff
--- a/avutil.h	Wed Jul 21 12:37:37 2010 +0000
+++ b/avutil.h	Thu Jul 22 22:05:21 2010 +0000
@@ -40,7 +40,7 @@
 #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
 
 #define LIBAVUTIL_VERSION_MAJOR 50
-#define LIBAVUTIL_VERSION_MINOR 22
+#define LIBAVUTIL_VERSION_MINOR 23
 #define LIBAVUTIL_VERSION_MICRO  0
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \