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