diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-07-25 11:47:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-08-27 16:53:16 +0200 |
commit | d89930f8666c563a96f1dc1835b450522b4cd6da (patch) | |
tree | 4c93449ff0edc5219bd2bd40326321f4494e28f9 /doc/APIchanges | |
parent | 4a5bb84515bab769b7702277abc7d07ea4c4d855 (diff) | |
download | ffmpeg-d89930f8666c563a96f1dc1835b450522b4cd6da.tar.gz |
lavu/opt: add API for retrieving array-type option values
Previously one could only convert the entire array to a string, not
access individual elements.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b81f1ae656..226c6f8b10 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-08-xx - xxxxxxxxx - lavu 59.35.100 - opt.h + Add av_opt_get_array_size() and av_opt_get_array(). + 2024-08-xx - xxxxxxxxx - lavc 61.11.100- avcodec.h Clarify the documentation for get_buffer*() functions, making it clear that the memory returned by them should not contain sensitive |