[x265-commits] [x265] docs: fix reST parsing issues
Steve Borho
steve at borho.org
Tue Nov 4 06:00:00 CET 2014
details: http://hg.videolan.org/x265/rev/a8ec469d7fb1
branches:
changeset: 8777:a8ec469d7fb1
user: Steve Borho <steve at borho.org>
date: Mon Nov 03 14:32:14 2014 -0600
description:
docs: fix reST parsing issues
diffstat:
doc/reST/cli.rst | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 5637b495e2e1 -r a8ec469d7fb1 doc/reST/cli.rst
--- a/doc/reST/cli.rst Mon Nov 03 12:43:26 2014 -0800
+++ b/doc/reST/cli.rst Mon Nov 03 14:32:14 2014 -0600
@@ -63,7 +63,7 @@ Standalone Executable Options
is used for WPP and for distributed analysis and motion search:
:option:`--wpp` :option:`--pmode` and :option:`--pme` respectively.
- If :option:`--threads`=1 is specified, then no thread pool is
+ If :option:`--threads` 1 is specified, then no thread pool is
created. When no thread pool is created, all the thread pool
features are implicitly disabled. If all the pool features are
disabled by the user, then the pool is implicitly disabled.
@@ -904,8 +904,8 @@ Quality, rate control and rate distortio
between 0 and 1, or in kbits. In other words these two option pairs
are equivalent::
- :option:`--vbv-bufsize` 1000 :option:`--vbv-init` 900
- :option:`--vbv-bufsize` 1000 :option:`--vbv-init` 0.9
+ --vbv-bufsize 1000 --vbv-init 900
+ --vbv-bufsize 1000 --vbv-init 0.9
Default 0.9
@@ -1220,7 +1220,7 @@ Bitstream options
.. option:: --aud, --no-aud
Emit an access unit delimiter NAL at the start of each slice access
- unit. If option:`--repeat-headers` is not enabled (indicating the
+ unit. If :option:`--repeat-headers` is not enabled (indicating the
user will be writing headers manually at the start of the stream)
the very first AUD will be skipped since it cannot be placed at the
start of the access unit, where it belongs. Default disabled
More information about the x265-commits
mailing list