summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-27 15:21:30 +0200
committerAnton Khirnov <anton@khirnov.net>2020-06-10 12:36:42 +0200
commit1b4a98b0296c7aa6d294ea73ec567d38cf5c5196 (patch)
tree3d96211f10f2637da14b83fc18feb62964b226da /doc
parent202e06870eb4bbc4636aff5f461c1a0654ec2435 (diff)
lavu/opt: add a more general child class iteration API
Use opaque iteration state instead of the previous child class. This mirrors similar changes done in lavf/lavc. Deprecate the av_opt_child_class_next() API.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 70579df21a..21b448ae83 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2020-06-xx - xxxxxxxxxx - lavu 56.53.100 - log.h opt.h
+ Add av_opt_child_class_iterate() and AVClass.child_class_iterate().
+ Deprecate av_opt_child_class_next() and AVClass.child_class_next().
+
2020-06-05 - ec39c2276a - lavu 56.50.100 - buffer.h
Passing NULL as alloc argument to av_buffer_pool_init2() is now allowed.