diff options
author | James Almer <jamrial@gmail.com> | 2019-09-15 11:09:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-09-15 11:09:39 -0300 |
commit | 6c0167f6f67b160b098957b96e0b5b0001c407a5 (patch) | |
tree | 9b6c65bdb55deff617c35a6602245bc4dfe83eb1 /doc | |
parent | 4c34ed65f68542ab5d1b0be0e26716ae74df0d23 (diff) | |
download | ffmpeg-6c0167f6f67b160b098957b96e0b5b0001c407a5.tar.gz |
avcodec/libdav1d: use the library default for the filmgrain option
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 0582b018b0..676e062e72 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -57,7 +57,7 @@ You need to explicitly configure the build with @code{--enable-libdav1d}. @subsection Options -The following option is supported by the libdav1d wrapper. +The following options are supported by the libdav1d wrapper. @table @option @@ -68,8 +68,8 @@ Set amount of frame threads to use during decoding. The default value is 0 (auto Set amount of tile threads to use during decoding. The default value is 0 (autodetect). @item filmgrain -Apply film grain to the decoded video if present in the bitstream. The default value -is true. +Apply film grain to the decoded video if present in the bitstream. Defaults to the +internal default of the library. @end table |