summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-05-04 19:17:01 -0300
committerJames Almer <jamrial@gmail.com>2023-05-04 19:20:06 -0300
commit0fc9c1f6828126abc024d0e5b147fb1e21de5c50 (patch)
treed0c9016c721d000244f665734d237b128fa0d918 /doc
parent3e06f6f04020bef32fa42bc9d7f96e76a46453aa (diff)
downloadffmpeg-0fc9c1f6828126abc024d0e5b147fb1e21de5c50.tar.gz
avutil/version: bump minor after recent changes
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
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*.