X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=debian%2Fpatches%2Ffix-reST-parsing-issues-in-docs.patch;fp=debian%2Fpatches%2Ffix-reST-parsing-issues-in-docs.patch;h=9658aff3f4e1d341f62a32c5cb219997a01a0fe8;hp=0000000000000000000000000000000000000000;hb=4d13a1de5d07bb3e234ec43bf4877ae2df27b8de;hpb=72b9787e2806694c5bc5609dd7c2e5dbbfaa4b2f diff --git a/debian/patches/fix-reST-parsing-issues-in-docs.patch b/debian/patches/fix-reST-parsing-issues-in-docs.patch new file mode 100644 index 0000000..9658aff --- /dev/null +++ b/debian/patches/fix-reST-parsing-issues-in-docs.patch @@ -0,0 +1,31 @@ +--- a/doc/reST/cli.rst ++++ b/doc/reST/cli.rst +@@ -63,7 +63,7 @@ + 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 @@ + 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 + +@@ -1206,7 +1206,7 @@ + .. 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