mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
Fixed testyuv help message
This commit is contained in:
parent
327b976bc4
commit
ec322bee1c
1 changed files with 1 additions and 1 deletions
|
@ -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]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue