summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 16:36:55 +0200
committerAnton Khirnov <anton@khirnov.net>2022-11-06 08:26:48 +0100
commit9dad2379283cbf5842cff14c0e34b97958698201 (patch)
tree341872e33a014c5af126bc3e5bd1fc3532194eff /doc/APIchanges
parentaa3d98227e88f316f56aa73a5c6356e3949e9808 (diff)
downloadffmpeg-9dad2379283cbf5842cff14c0e34b97958698201.tar.gz
avutil/dict: Add av_dict_iterate
This is a more explicit iteration API rather than using the "magic" av_dict_get(d, "", t, AV_DICT_IGNORE_SUFFIX) which is not really trivial to grasp what it does when casually reading through code. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1c4fd7efd4..038ca865ec 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-xx-xx - xxxxxxxxxx - lavu 57.42.100 - dict.h
+ Add av_dict_iterate().
+
2022-11-03 - xxxxxxxxxx - lavu 57.41.100 - channel_layout.h
Add AV_CH_LAYOUT_7POINT1_TOP_BACK and AV_CHANNEL_LAYOUT_7POINT1_TOP_BACK.