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=0000000000000000000000000000000000000000;hp=9658aff3f4e1d341f62a32c5cb219997a01a0fe8;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/debian/patches/fix-reST-parsing-issues-in-docs.patch b/debian/patches/fix-reST-parsing-issues-in-docs.patch deleted file mode 100644 index 9658aff..0000000 --- a/debian/patches/fix-reST-parsing-issues-in-docs.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- 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