summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorManfred Georg <mgeorg@google.com>2014-10-02 13:19:34 -0700
committerAnton Khirnov <anton@khirnov.net>2014-10-06 18:20:17 +0000
commit577899a6458ccad9026eb268f10dc0b39c224c8d (patch)
tree40ad10ccb361915783b26e5d9d31b3a9975915be /libavcodec/version.h
parent8de1d67967a9f9e22c66cb0c1e518ae4f30d07dd (diff)
lavc: specify the behavior of av_lockmgr_register on failure.
The register function now specifies that the user callback should leave things in the same state that it found them on failure but that failure to destroy is ignored by the library. The register function is now explicit about its behavior on failure (it unregisters the previous callback and destroys all mutex). Signed-off-by: Manfred Georg <mgeorg@google.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 849c4b2dad..773d21e355 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 2
-#define LIBAVCODEC_VERSION_MICRO 0
+#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \