mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-13 23:08:13 +00:00
SDL_test does not parse --samples argument
This commit is contained in:

committed by
Anonymous Maarten

parent
91cd5478be
commit
8e898c4a21
@@ -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, ...)
|
||||
|
Reference in New Issue
Block a user