[FFmpeg-cvslog] avutil/version: bump minor after recent changes
James Almer
git at videolan.org
Fri May 5 02:51:00 EEST 2023
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu May 4 19:17:01 2023 -0300| [0fc9c1f6828126abc024d0e5b147fb1e21de5c50] | committer: James Almer
avutil/version: bump minor after recent changes
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fc9c1f6828126abc024d0e5b147fb1e21de5c50
---
doc/APIchanges | 6 ++++++
libavutil/version.h | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges
index 0b609e3d3b..fd01def1b2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,12 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-05-04 - xxxxxxxxxx - lavu 58.7.100 - frame.h
+ Deprecate AVFrame.interlaced_frame, AVFrame.top_field_first, and
+ AVFrame.key_frame.
+ Add AV_FRAME_FLAG_INTERLACED, AV_FRAME_FLAG_TOP_FIELD_FIRST, and
+ AV_FRAME_FLAG_KEY flags as replacement.
+
2023-04-10 - xxxxxxxxxx - lavu 58.6.100 - frame.h
av_frame_get_plane_buffer() now accepts const AVFrame*.
diff --git a/libavutil/version.h b/libavutil/version.h
index 3a4b9ca77c..341bcbf188 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 58
-#define LIBAVUTIL_VERSION_MINOR 6
+#define LIBAVUTIL_VERSION_MINOR 7
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list