]> git.sesse.net Git - ffmpeg/commitdiff
lavu: bump minor and update APIchanges for the new transform API
authorLynne <dev@lynne.ee>
Wed, 15 May 2019 23:01:14 +0000 (00:01 +0100)
committerLynne <dev@lynne.ee>
Wed, 15 May 2019 23:02:15 +0000 (00:02 +0100)
doc/APIchanges
libavutil/version.h

index e75c4044ce281b843b5cde9f617de986e0b0b55a..cf426e2e3b43aed06a57563ab6ba987c103b9db1 100644 (file)
@@ -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.
index 12b4f9fc3ab3c2000c735c724061fc585b94c641..91ab71604b3833e0bc5b3b3f8bc09bc020ca4e45 100644 (file)
@@ -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, \