summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-07-01 16:11:23 +0300
committerMartin Storsjö <martin@martin.st>2012-07-04 15:10:56 +0300
commit143f1e92034429e0b87a24bca0f98da81f17d38a (patch)
tree814de5e5ffbf6b10f58f3343e0e0f03e99966518 /libavutil/avutil.h
parent25accf93ad7b0ad3e2a17718e689c05fbc5b5698 (diff)
eval: Add the isinf() function and tests for it
Signed-off-by: Martin Storsjö <martin@martin.st>
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 351e8279ac..69c5727fb2 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -153,7 +153,7 @@
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 34
-#define LIBAVUTIL_VERSION_MICRO 0
+#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \