diff options
author | Martin Storsjö <martin@martin.st> | 2011-10-30 01:20:15 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-05 12:08:53 +0200 |
commit | 2d1b6fb72bd3d37798d448ba32ba85ee0eabd9e3 (patch) | |
tree | fea1310ec13caea957bd5ed593ce6b05e0835a36 /libavcodec/version.h | |
parent | f6d371009678e46877e6f81ab0eae475d41b1f57 (diff) | |
download | ffmpeg-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.h | 2 |
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, \ |