From 9526fdbe730edb4b095a1e12aade0e16f1da2292 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Oct 2009 23:01:04 +0200 Subject: audio_format: wildcards allowed in audio_format configuration An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks. --- test/run_output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run_output.c') 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); -- cgit v1.2.3