[FFmpeg-cvslog] lavu: Bump version for the 12bit Planar YUV support
Luca Barbato
git at videolan.org
Tue Mar 21 13:51:10 EET 2017
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Sep 26 18:16:39 2016 +0200| [0e8d1fc1f013eb805a7b66656d9452bcbca36d22] | committer: Luca Barbato
lavu: Bump version for the 12bit Planar YUV support
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e8d1fc1f013eb805a7b66656d9452bcbca36d22
---
doc/APIchanges | 3 +++
libavutil/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 43e3262..6859081 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.22.0 - pixfmt.h
+ Add AV_PIX_FMT_YUV(420,422,444)P12.
+
2016-xx-xx - xxxxxxx - lavc 59.27.0 - avcodec.h
Add FF_PROFILE_HEVC_REXT, the extended pixel format profile for HEVC.
diff --git a/libavutil/version.h b/libavutil/version.h
index f63dfa5..f05e72c 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, \
More information about the ffmpeg-cvslog
mailing list