forked from mirrors/gecko-dev
Bug 1404972 - Update libcubeb to 74d6b05465. r=cubeb-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D205970
This commit is contained in:
parent
3048864a10
commit
0cdb1c1b0e
2 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ origin:
|
||||||
description: "Cross platform audio library"
|
description: "Cross platform audio library"
|
||||||
url: https://github.com/mozilla/cubeb
|
url: https://github.com/mozilla/cubeb
|
||||||
license: ISC
|
license: ISC
|
||||||
release: 46906c7bba281a9cc277881e9cf9e32909f8dbf2 (2024-02-07T16:57:06Z).
|
release: 74d6b0546576d9ee13a078ed51f87a6eede62014 (2024-02-15T12:42:53Z).
|
||||||
revision: 46906c7bba281a9cc277881e9cf9e32909f8dbf2
|
revision: 74d6b0546576d9ee13a078ed51f87a6eede62014
|
||||||
|
|
||||||
vendoring:
|
vendoring:
|
||||||
url: https://github.com/mozilla/cubeb
|
url: https://github.com/mozilla/cubeb
|
||||||
|
|
|
||||||
|
|
@ -533,7 +533,7 @@ int
|
||||||
cubeb_stream_set_input_processing_params(cubeb_stream * stream,
|
cubeb_stream_set_input_processing_params(cubeb_stream * stream,
|
||||||
cubeb_input_processing_params params)
|
cubeb_input_processing_params params)
|
||||||
{
|
{
|
||||||
if (!stream || !params) {
|
if (!stream) {
|
||||||
return CUBEB_ERROR_INVALID_PARAMETER;
|
return CUBEB_ERROR_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue