doc/decoders: document the max_frame_delay libdav1d option

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-10-15 19:11:24 -03:00
parent bd5b59deea
commit 662e838ad6
1 changed files with 5 additions and 1 deletions

View File

@ -77,13 +77,17 @@ The following options are supported by the libdav1d wrapper.
@item framethreads @item framethreads
Set amount of frame threads to use during decoding. The default value is 0 (autodetect). Set amount of frame threads to use during decoding. The default value is 0 (autodetect).
This option is deprecated for libdav1d >= 1.0 and will be removed in the future. Use the This option is deprecated for libdav1d >= 1.0 and will be removed in the future. Use the
global option @code{threads} instead. option @code{max_frame_delay} and the global option @code{threads} instead.
@item tilethreads @item tilethreads
Set amount of tile threads to use during decoding. The default value is 0 (autodetect). Set amount of tile threads to use during decoding. The default value is 0 (autodetect).
This option is deprecated for libdav1d >= 1.0 and will be removed in the future. Use the This option is deprecated for libdav1d >= 1.0 and will be removed in the future. Use the
global option @code{threads} instead. global option @code{threads} instead.
@item max_frame_delay
Set max amount of frames the decoder may buffer internally. The default value is 0
(autodetect).
@item filmgrain @item filmgrain
Apply film grain to the decoded video if present in the bitstream. Defaults to the Apply film grain to the decoded video if present in the bitstream. Defaults to the
internal default of the library. internal default of the library.