diff options
author | James Almer <jamrial@gmail.com> | 2024-03-04 16:22:22 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-05 11:54:27 -0300 |
commit | ab15c04dee5a607e4cedeff852839f96d8bc9129 (patch) | |
tree | df95e4f99a307ea78b7b5a8a3acc4350db7aac3d /doc/APIchanges | |
parent | 79c6ba900792fcf01a6e29bc7e924da222be2dab (diff) | |
download | ffmpeg-ab15c04dee5a607e4cedeff852839f96d8bc9129.tar.gz |
avformat/avformat: add a function to return the name of stream groups
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
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 7d46ebb006..523945e511 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2024-03-05 - xxxxxxxxxx - lavf 60.24.100 - avformat.h + Add avformat_stream_group_name(). + 2024-02-28 - xxxxxxxxxx - swr 4.14.100 - swresample.h swr_convert() now accepts arrays of const pointers (to input and output). |