aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-06 15:00:25 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-07 00:37:00 +0200
commitd58ed64a8953d07f33259317a2ea5856d0c91dfd (patch)
tree5ee73582d6bf13b685a9b09b771e9dc624ed7a80 /libavutil/avutil.h
parent263f57c6d76b27e1895c4001f815824a463b1592 (diff)
downloadffmpeg-d58ed64a8953d07f33259317a2ea5856d0c91dfd.tar.gz
eval: add support for pow() function
It is a more search-friendly alternative to the ^ operator.
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 1912d20170..bd3ff706ea 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 6
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \