diff options
author | Niklas Haas <git@haasn.dev> | 2024-12-04 12:37:15 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-12-23 14:22:56 +0100 |
commit | b88944a8aa599be0f16603380e7bc51402d3caf8 (patch) | |
tree | 4271afad4d1de4fba0f3eb12352ee02068bf7da1 /doc/APIchanges | |
parent | 3428a8d830357c7c3a30cabbf22f74a362541a5b (diff) | |
download | ffmpeg-b88944a8aa599be0f16603380e7bc51402d3caf8.tar.gz |
avutil/frame: add av_frame_side_data_remove_by_props()
As discussed in the previous commit, we often need a convenient way of
stripping all side data related to a certain aspect of the frame. This helper
accomplishes just that.
I considered also adding a way to match only side data matching *all*
properties, but I think this is sufficiently useless in practise to not warrant
inclusion in the API.
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 f6c4b6797e..4fa4db142f 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-12-xx - xxxxxxxxxx - lavu 59.53.100 - frame.h + Add av_frame_side_data_remove_by_props(). + 2024-12-xx - xxxxxxxxxx - lavu 59.52.100 - frame.h Add AV_SIDE_DATA_PROP_SIZE_DEPENDENT and AV_FRAME_DATA_PROP_COLOR_DEPENDENT. |