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 | |
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')
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | doc/encoders.texi | 4 |
2 files changed, 7 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. diff --git a/doc/encoders.texi b/doc/encoders.texi index 25d6b7f09e..6f8f5e127e 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2738,6 +2738,10 @@ Only the mpeg2 and h264 decoders provide these. Default is 1 (on). @item udu_sei @var{boolean} Import user data unregistered SEI if available into output. Default is 0 (off). +@item mb_info @var{boolean} +Set mb_info data through AVFrameSideData, only useful when used from the +API. Default is 0 (off). + @item x264-params (N.A.) Override the x264 configuration using a :-separated list of key=value parameters. |