From 74d6b0546576d9ee13a078ed51f87a6eede62014 Mon Sep 17 00:00:00 2001 From: Andreas Pehrson Date: Wed, 14 Feb 2024 23:08:23 +0100 Subject: Allow setting CUBEB_INPUT_PROCESSING_PARAM_NONE Clients may want to disable processing... --- src/cubeb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cubeb.c b/src/cubeb.c index bc994f9..f6bc158 100644 --- a/src/cubeb.c +++ b/src/cubeb.c @@ -533,7 +533,7 @@ int cubeb_stream_set_input_processing_params(cubeb_stream * stream, cubeb_input_processing_params params) { - if (!stream || !params) { + if (!stream) { return CUBEB_ERROR_INVALID_PARAMETER; } -- cgit v1.2.3