aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorElias Carotti <eliascrt _at_ amazon _dot_ it>2023-06-20 19:29:08 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-08-08 10:06:38 +0200
commit418c954e318a79f77eae1b4d6b29d40daee4284a (patch)
tree17af48c6d766a1036aaee2821f876c00967cc9a8 /doc/APIchanges
parent5012b4ab4ca65a1c71bbcc125ba39db074b94e70 (diff)
downloadffmpeg-418c954e318a79f77eae1b4d6b29d40daee4284a.tar.gz
lavc/libx264: add mb_info option
Pass the information about unchanged parts of the frame by means of the AVVideoHint side data.
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 41d7f179a5..e1096baab0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-08-08 - xxxxxxxxxx - lavc 60.23.100 - libx264.c
+ Add mb_info option.
+
2023-08-08 - xxxxxxxxxx - lavu 58.15.100 - video_hint.h
Add AVVideoHint API.