diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-08-23 15:38:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-06 13:59:04 +0200 |
commit | 450a3f58edb22d28912a5e65dc08d9e2fb805066 (patch) | |
tree | 45cf7fa0abffec3bf66434bfdc264f41ad4fb686 /doc/APIchanges | |
parent | 2a6f84718b172cd0858316281cbbd967f35767f0 (diff) | |
download | ffmpeg-450a3f58edb22d28912a5e65dc08d9e2fb805066.tar.gz |
lavu/opt: add API for setting array-type option values
Previously one could only replace the entire array with a new one
deserialized from a string. The new API allows inserting, replacing, and
removing arbitrary element ranges.
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 226c6f8b10..9c3eeffff5 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-09-xx - xxxxxxxxx - lavu 59.36.100 - opt.h + Add av_opt_set_array() and AV_OPT_ARRAY_REPLACE. + 2024-08-xx - xxxxxxxxx - lavu 59.35.100 - opt.h Add av_opt_get_array_size() and av_opt_get_array(). |