Fixed testyuv help message

This commit is contained in:
Sam Lantinga 2024-02-04 01:03:31 -08:00
parent 327b976bc4
commit ec322bee1c

View file

@ -351,7 +351,7 @@ int main(int argc, char **argv)
}
if (consumed <= 0) {
static const char *options[] = {
"[--jpeg|--bt601|-bt709|--auto]",
"[--jpeg|--bt601|--bt709|--auto]",
"[--yv12|--iyuv|--yuy2|--uyvy|--yvyu|--nv12|--nv21]",
"[--rgb555|--rgb565|--rgb24|--argb|--abgr|--rgba|--bgra]",
"[--automated]",