diff options
author | Elias Carotti <eliascrt _at_ amazon _dot_ it> | 2023-06-20 19:29:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-08-08 10:06:38 +0200 |
commit | 418c954e318a79f77eae1b4d6b29d40daee4284a (patch) | |
tree | 17af48c6d766a1036aaee2821f876c00967cc9a8 /doc/APIchanges | |
parent | 5012b4ab4ca65a1c71bbcc125ba39db074b94e70 (diff) | |
download | ffmpeg-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/APIchanges | 3 |
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. |