Update changelog.
[deb_x265.git] / debian / patches / fix-reST-parsing-issues-in-docs.patch
CommitLineData
4d13a1de
MB
1--- a/doc/reST/cli.rst
2+++ b/doc/reST/cli.rst
3@@ -63,7 +63,7 @@
4 is used for WPP and for distributed analysis and motion search:
5 :option:`--wpp` :option:`--pmode` and :option:`--pme` respectively.
6
7- If :option:`--threads`=1 is specified, then no thread pool is
8+ If :option:`--threads` 1 is specified, then no thread pool is
9 created. When no thread pool is created, all the thread pool
10 features are implicitly disabled. If all the pool features are
11 disabled by the user, then the pool is implicitly disabled.
12@@ -904,8 +904,8 @@
13 between 0 and 1, or in kbits. In other words these two option pairs
14 are equivalent::
15
16- :option:`--vbv-bufsize` 1000 :option:`--vbv-init` 900
17- :option:`--vbv-bufsize` 1000 :option:`--vbv-init` 0.9
18+ --vbv-bufsize 1000 --vbv-init 900
19+ --vbv-bufsize 1000 --vbv-init 0.9
20
21 Default 0.9
22
23@@ -1206,7 +1206,7 @@
24 .. option:: --aud, --no-aud
25
26 Emit an access unit delimiter NAL at the start of each slice access
27- unit. If option:`--repeat-headers` is not enabled (indicating the
28+ unit. If :option:`--repeat-headers` is not enabled (indicating the
29 user will be writing headers manually at the start of the stream)
30 the very first AUD will be skipped since it cannot be placed at the
31 start of the access unit, where it belongs. Default disabled