mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 15:04:57 +00:00
vcomp/cmpto_j2k: help improve (bin prefixes)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user