diff options
Diffstat (limited to 'test/run_output.c')
-rw-r--r-- | test/run_output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run_output.c b/test/run_output.c index 3731b6c09..238e16e5a 100644 --- a/test/run_output.c +++ b/test/run_output.c @@ -143,7 +143,8 @@ int main(int argc, char **argv) /* parse the audio format */ if (argc > 3) { - success = audio_format_parse(&audio_format, argv[3], &error); + success = audio_format_parse(&audio_format, argv[3], + false, &error); if (!success) { g_printerr("Failed to parse audio format: %s\n", error->message); |