summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-11-10 13:03:09 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-11-16 10:36:45 +0100
commit926481078b4f930ac9bb9ca2b4ab660cc9190935 (patch)
tree3e8572aa79c486e7ee9befbbcf8f8569c5846ccf /libavutil/version.h
parent468781f8287b7bca8c560915a6f1ec6f37cfd4bd (diff)
lavu/opt: fix av_opt_get_key_value() API.
Do not skip the end delimiter. Reserve positive return values. This is an API break, but the function was introduced less than two weeks ago.
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 691e8ab1fb..67a0b7c783 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -75,7 +75,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 6
+#define LIBAVUTIL_VERSION_MINOR 7
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \