diff options
author | James Almer <jamrial@gmail.com> | 2020-11-15 18:55:41 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-01-04 16:28:29 -0300 |
commit | 5f9632e491d142b1eb5b2041749c7324ec8ffd78 (patch) | |
tree | 57aa660e0124ea77960ab2e14a07c0aaa1805beb /doc/decoders.texi | |
parent | f951d475635c02e5448afc7665dba24d2ccea533 (diff) | |
download | ffmpeg-5f9632e491d142b1eb5b2041749c7324ec8ffd78.tar.gz |
avcodec/av1dec: add an option to select an operating point
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index bfab562fb2..27c6ba4a5d 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -25,6 +25,19 @@ enabled decoders. A description of some of the currently available video decoders follows. +@section av1 + +AOMedia Video 1 (AV1) decoder. + +@subsection Options + +@table @option + +@item operating_point +Select an operating point of a scalable AV1 bitstream (0 - 31). Default is 0. + +@end table + @section rawvideo Raw video decoder. |