summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorArttu Ylä-Outinen <arttu.yla-outinen@tut.fi>2015-09-28 11:30:06 +0300
committerArttu Ylä-Outinen <arttu.yla-outinen@tut.fi>2015-10-07 17:09:13 +0300
commitcb8999f368bb40c666f51742686c00a9357d436c (patch)
tree79f7fd68f30650ed77573d45ee029ba207f79a29 /doc/encoders.texi
parent0e348683875d7915d699488fd6c29fb9ffd48453 (diff)
doc/encoders: Fix libkvazaar documentation
The -threads option is ignored with libkvazaar since it does not have any of the AV_CODEC_CAP_{FRAME,SLICE,AUTO}_THREADS capabilities. This commit removes the incorrect documentation as well as the no-op of setting the number of threads in libkvazaar encoder. Signed-off-by: Arttu Ylä-Outinen <arttu.yla-outinen@tut.fi>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index f2d46dc6dd..d7023bf6b6 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2401,9 +2401,6 @@ configuration. You need to explicitly configure the build with
@item b
Set target video bitrate in bit/s and enable rate control.
-@item threads
-Set number of encoding threads.
-
@item kvazaar-params
Set kvazaar parameters as a list of @var{name}=@var{value} pairs separated
by commas (,). See kvazaar documentation for a list of options.