From bf8941ddb8ac970028f67ae55ddb62e2541c5e06 Mon Sep 17 00:00:00 2001 From: RLamm Date: Fri, 31 Jan 2020 16:19:48 +0200 Subject: [PATCH] Added comment about partial-coding usage --- README.md | 2 ++ doc/kvazaar.1 | 2 ++ src/cli.c | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02afd6eb..bc1c90d6 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,8 @@ Parallel processing: X and Y are CTU offsets. Slice width and height must be divisible by CTU in pixels unless it is the last CTU row/column. + This parameter is used by kvaShare. + Video Usability Information: --sar : Specify sample aspect ratio --overscan : Specify crop overscan setting [undef] diff --git a/doc/kvazaar.1 b/doc/kvazaar.1 index 2f5e61b3..09c4135f 100644 --- a/doc/kvazaar.1 +++ b/doc/kvazaar.1 @@ -349,6 +349,8 @@ Parts must be merged to form a valid bitstream. X and Y are CTU offsets. Slice width and height must be divisible by CTU in pixels unless it is the last CTU row/column. +This parameter is used by kvaShare. + .SS "Video Usability Information:" .TP \fB\-\-sar diff --git a/src/cli.c b/src/cli.c index 8222c66f..00f4ed24 100644 --- a/src/cli.c +++ b/src/cli.c @@ -541,7 +541,8 @@ void print_help(void) " Parts must be merged to form a valid bitstream.\n" " X and Y are CTU offsets.\n" " Slice width and height must be divisible by CTU\n" - " in pixels unless it is the last CTU row/column." + " in pixels unless it is the last CTU row/column.\n" + " This parameter is used by kvaShare.\n" "\n" /* Word wrap to this width to stay under 80 characters (including ") *************/ "Video Usability Information:\n"