diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-09-25 20:59:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-09-30 09:14:04 +0200 |
commit | df9b80d21a25e06992c3a3aa87b5703404942b08 (patch) | |
tree | 76bf3b05cc39e157eefcecea2b14fa9733d1ac09 /doc/APIchanges | |
parent | b97ccc537d83a4678ea889f01c17f79f87f7f0f4 (diff) | |
download | ffmpeg-df9b80d21a25e06992c3a3aa87b5703404942b08.tar.gz |
lavu: deprecate av_opt_set_int_list() and related infrastructure
It has no more users and is replaced by array-type options.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a79353f79b..f9a4d0e442 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,11 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-09-xx - xxxxxxxxxx - lavu 59 + Deprecate av_int_list_length_for_size(), av_int_list_length(), and + av_opt_set_int_list() without replacement. All AVOptions using these + should be replaced with AV_OPT_TYPE_FLAG_ARRAY. + 2024-09-xx - xxxxxxxxxx - lavfi 10.6.100 Buffersink now has array-type options - pixel_formats |