lavc/libx264: add mb_info option

Pass the information about unchanged parts of the frame by means of
the AVVideoHint side data.
This commit is contained in:
Elias Carotti
2023-06-20 19:29:08 +02:00
committed by Stefano Sabatini
parent 5012b4ab4c
commit 418c954e31
5 changed files with 100 additions and 1 deletions

View File

@@ -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.