]> git.sesse.net Git - ffmpeg/commitdiff
lavu: bump minor and add APIchanges entry for the lavu/tx changes
authorLynne <dev@lynne.ee>
Mon, 19 Apr 2021 20:15:34 +0000 (22:15 +0200)
committerLynne <dev@lynne.ee>
Sat, 24 Apr 2021 15:17:28 +0000 (17:17 +0200)
doc/APIchanges
libavutil/version.h

index cd3ea3c865baeaa86e4ea56897dc0ff46c7465e2..095e9aed993f96c0965573e6d000f1ddb68a1328 100644 (file)
@@ -14,6 +14,9 @@ libavutil:     2017-10-21
 
 
 API changes, most recent first:
+2021-04-19 - xxxxxxxxxx - lavu 56.74.100 - tx.h
+  Add AV_TX_FULL_IMDCT and AV_TX_UNALIGNED.
+
 2021-04-17 - xxxxxxxxxx - lavu 56.73.100 - frame.h detection_bbox.h
   Add AV_FRAME_DATA_DETECTION_BBOXES
 
index 658bcd402e9b611c17afa95b5425a602ca97b8f1..fb6700511b8bb7cd083bc3683a0da8d9667b59d8 100644 (file)
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  56
-#define LIBAVUTIL_VERSION_MINOR  73
+#define LIBAVUTIL_VERSION_MINOR  74
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \