aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-04-21 11:01:10 +0200
committerNicolas George <george@nsup.org>2014-04-29 13:24:11 +0200
commitb804eb4323a01f55727ac48475a9e3c257532ab5 (patch)
treea018de97b33ffc73263f1e7a30c9137f3b49d30f /libavutil/version.h
parent5b881499a8e40ad0aa3424ec4d9adeb8008c4189 (diff)
downloadffmpeg-b804eb4323a01f55727ac48475a9e3c257532ab5.tar.gz
lavu/hash: add hash_final helpers.
The helpers use local memory to compute the final hash, making AV_HASH_MAX_SIZE safe to use.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index edafa30a3f..a17cb506de 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -56,7 +56,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 79
+#define LIBAVUTIL_VERSION_MINOR 80
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \