1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

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.
This commit is contained in:
Anton Khirnov
2024-07-25 11:47:35 +02:00
parent 4a5bb84515
commit d89930f866
6 changed files with 226 additions and 7 deletions

View File

@@ -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