aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-02-27 17:30:40 -0300
committerJames Almer <jamrial@gmail.com>2024-05-04 21:17:40 -0300
commitd053290d8dd4dfddebc7285628360b67e185d63d (patch)
tree95242ccaaa0b116d373fdc7940c936e68396c450 /doc
parent9902fc550aec7215723e441edbe02f4dc40e6089 (diff)
downloadffmpeg-d053290d8dd4dfddebc7285628360b67e185d63d.tar.gz
avutil/opt: add an unsigned option type
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 0566fcdcc5..824beec9d3 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-05-04 - xxxxxxxxxx - lavu 59.17.100 - opt.h
+ Add AV_OPT_TYPE_UINT and av_opt_eval_uint().
+
2024-04-24 - 8616cfe0890 - lavu 59.16.100 - opt.h
Add AV_OPT_SERIALIZE_SEARCH_CHILDREN.