diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2016-09-26 18:16:39 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-09-27 18:48:30 +0200 |
commit | 0e8d1fc1f013eb805a7b66656d9452bcbca36d22 (patch) | |
tree | 33fa5acfd1737f70ec2c2fe49a0d60c4aa72c965 /libavutil/version.h | |
parent | 9bd6ea5695660529b2887292874a7b9e61fc301e (diff) | |
download | ffmpeg-0e8d1fc1f013eb805a7b66656d9452bcbca36d22.tar.gz |
lavu: Bump version for the 12bit Planar YUV support
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index f63dfa5d3f..f05e72ce13 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 21 +#define LIBAVUTIL_VERSION_MINOR 22 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |