diff options
author | Niklas Haas <git@haasn.dev> | 2024-01-11 07:03:56 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-01-11 07:05:55 +0100 |
commit | 5e751dabc5d5e53c80e32e56f154ee5944e8f263 (patch) | |
tree | bfd59284f26e9573a995097aeeb5655a360ef179 | |
parent | 3a061facff610e3be296a8b95d75648ca291a9ec (diff) | |
download | ffmpeg-5e751dabc5d5e53c80e32e56f154ee5944e8f263.tar.gz |
doc/APIchanges: document newly added buffersrc field
This was accidentally removed in a prior revision of the series,
alongside the corresponding (separate) version bump. Instead coalesce it
into the follow-up commit's entry, since that's the lowest version
actually supporting the new fields.
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 59e469ae75..e477ed78e0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,8 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: -2023-11-xx - xxxxxxxxxx - lavfi 9.16.100 - buffersink.h +2023-11-xx - xxxxxxxxxx - lavfi 9.16.100 - buffersink.h buffersrc.h Add av_buffersink_get_colorspace and av_buffersink_get_color_range. + Add AVBufferSrcParameters.color_space and AVBufferSrcParameters.color_range. 2023-11-xx - xxxxxxxxxx - lavfi 9.15.100 - avfilter.h Add AVFilterLink.colorspace, AVFilterLink.color_range |