diff options
author | James Almer <jamrial@gmail.com> | 2024-05-28 09:29:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-08 13:23:33 -0300 |
commit | 1b58f3af30c49d78657df9f2b641e25cb52faa25 (patch) | |
tree | 692e3ba0ed7affc6db98e0a56c5515b03b123e09 /doc/APIchanges | |
parent | 06191386396344ee1906c6016b7d94ee8754fd61 (diff) | |
download | ffmpeg-1b58f3af30c49d78657df9f2b641e25cb52faa25.tar.gz |
avcodec/packet: add a decoded frame cropping side data type
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 3afcb35ce0..98bc100662 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-07-08 - xxxxxxxxxx - lavc 61.10.100 - packet.h + Add AV_PKT_DATA_FRAME_CROPPING. + 2024-07-07 - xxxxxxxxxx - lavf 61.5.100 - avformat.h Add AV_DISPOSITION_MULTILAYER |