summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2022-10-15 19:11:24 -0300
committerJames Almer <jamrial@gmail.com>2022-10-15 19:11:52 -0300
commit662e838ad65dbae8ed8e595b175964e4e8ee31b5 (patch)
tree828d71374d91ada72ad50b0e564cf1216a50ddf5 /doc/decoders.texi
parentbd5b59deea2bd7e60a67b979cfe13ee355654baa (diff)
downloadffmpeg-662e838ad65dbae8ed8e595b175964e4e8ee31b5.tar.gz
doc/decoders: document the max_frame_delay libdav1d option
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index e2fcbf5dc9..5ba85cf9b1 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -77,13 +77,17 @@ The following options are supported by the libdav1d wrapper.
@item framethreads
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
-global option @code{threads} instead.
+option @code{max_frame_delay} and the global option @code{threads} instead.
@item tilethreads
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
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
Apply film grain to the decoded video if present in the bitstream. Defaults to the
internal default of the library.