[FFmpeg-cvslog] Add APIchanges entry and bump libswscale micro version for making gray16 full-scale.
Carl Eugen Hoyos
git at videolan.org
Wed Mar 19 09:15:30 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Mar 19 09:11:22 2014 +0100| [074db4b76427ec8f25be151aed75cd621869097c] | committer: Carl Eugen Hoyos
Add APIchanges entry and bump libswscale micro version for making gray16 full-scale.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=074db4b76427ec8f25be151aed75cd621869097c
---
doc/APIchanges | 3 +++
libswscale/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 8da7ad3..eee5073 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-03-18 - 37c07d4 - lsws 2.5.102
+ Make gray16 full-scale.
+
2014-xx-xx - xxxxxxx - lavu 53.06.0 - pixfmt.h
Add RGBA64_LIBAV pixel format and variants for compatibility
diff --git a/libswscale/version.h b/libswscale/version.h
index 99f3295..6f82d3d 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 5
-#define LIBSWSCALE_VERSION_MICRO 101
+#define LIBSWSCALE_VERSION_MICRO 102
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list