aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-04-12 19:10:25 -0300
committerJames Almer <jamrial@gmail.com>2024-04-23 23:54:46 -0300
commit8616cfe0890e49437d2b373f97a9c791eb1b7c4c (patch)
tree1ae274c18177a035880b37baaf8c26ed20100298 /doc
parent855d4b52547b2f8fc38b400e5d18cf44e621e163 (diff)
downloadffmpeg-8616cfe0890e49437d2b373f97a9c791eb1b7c4c.tar.gz
avutil/opt: add support for children objects in av_opt_serialize
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 63e7a47126..05912d2ed0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-04-11 - xxxxxxxxxx - lavu 59.16.100 - opt.h
+ Add AV_OPT_SERIALIZE_SEARCH_CHILDREN.
+
2024-04-11 - xxxxxxxxxx - lavc 61.5.102 - avcodec.h
AVCodecContext.decoded_side_data may now be set by libavcodec after
calling avcodec_open2().