From 2370ef9d22aeaaeb34910826dbed5a852f957af7 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Fri, 11 Apr 2014 20:37:54 +1000 Subject: manpage: fix --vf=scale options --- DOCS/man/en/vf.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index d602472db2..6f0e48056f 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -98,7 +98,7 @@ Available filters are: :2: Rotate by 90 degrees counterclockwise. :3: Rotate by 90 degrees counterclockwise and flip. -``scale[=w:h[:interlaced[:chr_drop[:par[:par2[:noup[:arnd]]]]]]]`` +``scale[=w:h[:interlaced[:chr-drop[:param[:param2[:noup[:arnd]]]]]]]`` Scales the image with the software scaler (slow) and performs a YUV<->RGB colorspace conversion (see also ``--sws``). @@ -114,7 +114,7 @@ Available filters are: :-(n+8): Like -n above, but rounding the dimension to the closest multiple of 16. - ```` + ```` chroma skipping :0: Use all available input lines for chroma. @@ -122,7 +122,7 @@ Available filters are: :2: Use only every 4. input line for chroma. :3: Use only every 8. input line for chroma. - ``[:]`` (see also ``--sws``) + ``[:]`` (see also ``--sws``) Set some scaling parameters depending on the type of scaler selected with ``--sws``:: -- cgit v1.2.3