diff options
author | Thierry Foucu <tfoucu@gmail.com> | 2019-11-27 16:25:33 -0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-11-28 10:21:20 -0300 |
commit | eaf566ce0b9fd33120cc564bc7cd6986de3ca724 (patch) | |
tree | 049e8064aeac709ac1ad192eb4d02c1a7b934ad8 /doc | |
parent | ed58f8475fa8e659abc887fcd4ef1bd886be397d (diff) | |
download | ffmpeg-eaf566ce0b9fd33120cc564bc7cd6986de3ca724.tar.gz |
Add options for spatial layers.
Disable by default to output all the layers, to match libaomdec wrapper.
Add option to select the operating point for the spatial layers.
Update the documentation with the new options.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/decoders.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 676e062e72..f18226b350 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -71,6 +71,13 @@ Set amount of tile threads to use during decoding. The default value is 0 (autod Apply film grain to the decoded video if present in the bitstream. Defaults to the internal default of the library. +@item oppoint +Select an operating point of a scalable AV1 bitstream (0 - 31). Defaults to the +internal default of the library. + +@item alllayers +Output all spatial layers of a scalable AV1 bitstream. The default value is false. + @end table @section libdavs2 |