[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:33 CET 2014
ffmpeg | branch: release/2.2 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Mar 19 09:14:53 2014 +0100| [207f5a138af3c421867f25c1e5ffe29bb1fbc253] | 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=207f5a138af3c421867f25c1e5ffe29bb1fbc253
---
doc/APIchanges | 3 +++
libswscale/version.h | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index e52b448..8a37788 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-03-18 - e9c8a9a - lsws 2.5.102
+ Make gray16 full-scale.
+
2014-xx-xx - xxxxxxx - lavu 53.05.0 - frame.h
Add av_frame_copy() for copying the frame data.
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