summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorhwren <hwrenx@126.com>2020-10-05 20:16:25 +0800
committerhwren <hwrenx@126.com>2020-10-06 00:01:33 +0800
commitc952db9d68d31d1eca5ac770cc53bf35b885b087 (patch)
tree931ad810168b39cfad863be4805c16e596919060 /doc/decoders.texi
parentff74ad2a4b51bda9f6ec92fffa09228c408eaa0b (diff)
downloadffmpeg-c952db9d68d31d1eca5ac770cc53bf35b885b087.tar.gz
lavc,doc: add libuavs3d video decoder wrapper
Signed-off-by: hbj <hanbj@pku.edu.cn> Signed-off-by: hwren <hwrenx@126.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 8649f83e28..bfab562fb2 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -88,6 +88,27 @@ This decoder allows libavcodec to decode AVS2 streams with davs2 library.
@c man end VIDEO DECODERS
+@section libuavs3d
+
+AVS3-P2/IEEE1857.10 video decoder.
+
+libuavs3d allows libavcodec to decode AVS3 streams.
+Requires the presence of the libuavs3d headers and library during configuration.
+You need to explicitly configure the build with @code{--enable-libuavs3d}.
+
+@subsection Options
+
+The following option is supported by the libuavs3d wrapper.
+
+@table @option
+
+@item frame_threads
+Set amount of frame threads to use during decoding. The default value is 0 (autodetect).
+
+@end table
+
+@c man end VIDEO DECODERS
+
@chapter Audio Decoders
@c man begin AUDIO DECODERS