From c2c3a6a7893acfc77a7de57be8cfcbc313a949ff Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 31 Mar 2025 09:24:17 +0200 Subject: [PATCH] vcomp/cmpto_j2k: help improve (bin prefixes) --- src/video_compress/cmpto_j2k.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/video_compress/cmpto_j2k.cpp b/src/video_compress/cmpto_j2k.cpp index 7c96b7c4e..ab4543b23 100644 --- a/src/video_compress/cmpto_j2k.cpp +++ b/src/video_compress/cmpto_j2k.cpp @@ -600,8 +600,9 @@ static void usage() { << " - use CPU for pixfmt conversion (useful if GPU\n\t\tis fully " "occupied by the encoder; an option for decoder exists as " "well)\n"; - color_printf("\nOption prefixes (eg. 'q=' for quality) can be used. SI " - "suffixes are recognized (eg. 'r=7.5M').\n"); + color_printf( + "\nOption prefixes (eg. 'q=' for quality) can be used. SI or " + "binary suffixes are recognized (eg. 'r=7.5M:mem=1.5Gi').\n"); #ifdef HAVE_CUDA constexpr char cuda_supported[] = "YES"; #else