[FFmpeg-cvslog] lavu: bump minor and update APIchanges for the new transform API

Lynne git at videolan.org
Thu May 16 02:02:28 EEST 2019


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Thu May 16 00:01:14 2019 +0100| [87ee9d580c44a949a1b0750950286954a952a289] | committer: Lynne

lavu: bump minor and update APIchanges for the new transform API

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87ee9d580c44a949a1b0750950286954a952a289
---

 doc/APIchanges      | 3 +++
 libavutil/version.h | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index e75c4044ce..cf426e2e3b 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2019-05-15 - b79b29ddb1 - lavu 56.28.100 - tx.h
+  Add av_tx_init(), av_tx_uninit() and related definitions.
+
 2019-04-20 - 3153a6502a - lavc 58.52.100 - avcodec.h
   Add AV_CODEC_FLAG_DROPCHANGED to allow avcodec_receive_frame to drop
   frames whose parameters differ from first decoded frame in stream.
diff --git a/libavutil/version.h b/libavutil/version.h
index 12b4f9fc3a..91ab71604b 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  56
-#define LIBAVUTIL_VERSION_MINOR  27
+#define LIBAVUTIL_VERSION_MINOR  28
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list