mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 12:18:28 +00:00
SDL_test does not parse --samples argument
This commit is contained in:
parent
91cd5478be
commit
8e898c4a21
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static const char *video_usage[] = {
|
|||
/* !!! FIXME: Float32? Sint32? */
|
||||
static const char *audio_usage[] = {
|
||||
"[--audio driver]", "[--rate N]", "[--format U8|S8|S16|S16LE|S16BE]",
|
||||
"[--channels N]", "[--samples N]"
|
||||
"[--channels N]"
|
||||
};
|
||||
|
||||
static void SDL_snprintfcat(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const char *fmt, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue