diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-22 14:37:15 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-22 23:36:07 +0100 |
commit | 26398da8f3001518e6d229e69f8dedd50ef7d5f9 (patch) | |
tree | aa4dda343a11c51e2c41c39061fc8550f5715cee /doc/APIchanges | |
parent | b9fcc135c570e254b8cb8d63c50877646bf97e40 (diff) | |
download | ffmpeg-26398da8f3001518e6d229e69f8dedd50ef7d5f9.tar.gz |
avutil/frame: Constify av_frame_side_data_get()
Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.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 a025f1df14..9d25621e43 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-03-22 - xxxxxxxxxx - lavu 59.4.100 - frame.h + Constified the first-level pointee of av_frame_side_data_get(). + 2024-03-xx - xxxxxxxxxx - lavc 61.2.100 - avcodec.h Add AVCodecContext.[nb_]decoded_side_data. |