aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-08-06 20:13:47 +0200
committerAnton Khirnov <anton@khirnov.net>2024-09-23 17:11:38 +0200
commit6940a6de2f047ceae414ddebaab30cd9fe35b020 (patch)
tree59cae7bb554c50ce6f7ad6efce0c6bf9e7b89cc9 /doc/APIchanges
parenta7505ec5620a5969ac35fb2999fbe5e6534a8a34 (diff)
downloadffmpeg-6940a6de2f047ceae414ddebaab30cd9fe35b020.tar.gz
lavu/frame: add side data storing view ID for multi-view video
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2273c3bce7..ca44e8ff2b 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-09-23 - xxxxxxx - lavu 59.38.100 - frame.h
+ Add AV_FRAME_DATA_VIEW_ID.
+
2024-09-23 - xxxxxxxxxx - lavc 61.18.100 - avcodec.h
Add a new flag AV_CODEC_EXPORT_DATA_ENHANCEMENTS for export_side_data.