Skip to content

Commit

Permalink
Allow setting CUBEB_INPUT_PROCESSING_PARAM_NONE
Browse files Browse the repository at this point in the history
Clients may want to disable processing...
  • Loading branch information
Pehrsons committed Feb 14, 2024
1 parent 46906c7 commit e171d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cubeb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e171d5c

Please sign in to comment.