diff options
author | James Almer <jamrial@gmail.com> | 2025-01-02 12:10:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-01-10 15:02:22 -0300 |
commit | 42e72d5c8b57d542d360f42805c9d368dcea61a1 (patch) | |
tree | 30d75397e4fdc0414542fc728965ff6d223407ac /doc/APIchanges | |
parent | 7f9c7f9849a2155224711f0ff57ecdac6e4bfb57 (diff) | |
download | ffmpeg-42e72d5c8b57d542d360f42805c9d368dcea61a1.tar.gz |
avutil/frame: add AV_FRAME_SIDE_DATA_FLAG_NEW_REF
The flag is documented but did not exist. So introduce it as it can be
useful.
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 d2c84e3905..0104eefe6a 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: +2025-01-05 - xxxxxxxxxx - lavc 59.55.100 - frame.h + Add AV_FRAME_SIDE_DATA_FLAG_NEW_REF. + 2025-01-05 - xxxxxxxxxx - lavc 61.31.100 - avcodec.h Deprecate AVCodecContext->properties. |