aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-10-30 01:20:15 +0300
committerMartin Storsjö <martin@martin.st>2011-11-05 12:08:53 +0200
commit2d1b6fb72bd3d37798d448ba32ba85ee0eabd9e3 (patch)
treefea1310ec13caea957bd5ed593ce6b05e0835a36 /libavcodec/version.h
parentf6d371009678e46877e6f81ab0eae475d41b1f57 (diff)
downloadffmpeg-2d1b6fb72bd3d37798d448ba32ba85ee0eabd9e3.tar.gz
avcodec: Allow locking and unlocking an avformat specific mutex
This extends the lock manager in avcodec to manage two separate mutexes via the user-specified lock functions. Signed-off-by: Martin Storsjö <martin@martin.st>
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 65cc5594cc..3fc418e466 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,7 +21,7 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 15
+#define LIBAVCODEC_VERSION_MINOR 16
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \