diff options
author | James Almer <jamrial@gmail.com> | 2021-09-16 20:43:26 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-09-16 20:43:26 -0300 |
commit | 1dd3ab487618e8fa0275aea09a6afc5633a1789f (patch) | |
tree | 3656528929e696548fa213a2f37e1c9491790c94 /doc/decoders.texi | |
parent | 229e949c8e62b01a6c2e0a5fa5444fbd05ab22ef (diff) | |
download | ffmpeg-1dd3ab487618e8fa0275aea09a6afc5633a1789f.tar.gz |
doc/decoders: mention that some libdav1d options are deprecated
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 1a2087d397..49ab735dce 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -76,13 +76,19 @@ 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. @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 filmgrain Apply film grain to the decoded video if present in the bitstream. Defaults to the internal default of the library. +This option is deprecated and will be removed in the future. See the global option +@code{export_side_data} to export Film Grain parameters instead of applying it. @item oppoint Select an operating point of a scalable AV1 bitstream (0 - 31). Defaults to the |