mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 17:58: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? */
|
/* !!! FIXME: Float32? Sint32? */
|
||||||
static const char *audio_usage[] = {
|
static const char *audio_usage[] = {
|
||||||
"[--audio driver]", "[--rate N]", "[--format U8|S8|S16|S16LE|S16BE]",
|
"[--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, ...)
|
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