summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2024-03-18 22:38:51 +0200
committerJan Ekström <jeebjp@gmail.com>2024-03-20 19:15:05 +0200
commitd9ade14c5c559288e3ee587e38c58d5ba6171bf9 (patch)
treef2efa10f89c04c478cb6bd4178c88fe1bb88746f /doc
parentf287a285d91bd89aa36699ce75818c7267f5f6ee (diff)
{avutil/version,APIchanges}: bump, document new AVFrameSideData functions
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a44c8e4f10..4f906432d5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,11 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-03-xx - xxxxxxxxxx - lavu 59.3.100 - frame.h
+ Add av_frame_side_data_free(), av_frame_side_data_new(),
+ av_frame_side_data_clone(), av_frame_side_data_get() as well
+ as AV_FRAME_SIDE_DATA_FLAG_UNIQUE.
+
2024-03-xx - xxxxxxxxxx - lavu 59.2.100 - channel_layout.h
Add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL.