зеркало из https://github.com/mozilla/cubeb.git
Bug 1531833 - Only use two buffers instead of four in OpenSL ES backend for cubeb. r?achronop
This is what Oboe does. Differential Revision: https://phabricator.services.mozilla.com/D21742
This commit is contained in:
Родитель
132abe0605
Коммит
86f8d957c9
|
@ -84,7 +84,7 @@ struct cubeb {
|
|||
};
|
||||
|
||||
#define NELEMS(A) (sizeof(A) / sizeof A[0])
|
||||
#define NBUFS 4
|
||||
#define NBUFS 2
|
||||
|
||||
struct cubeb_stream {
|
||||
/* Note: Must match cubeb_stream layout in cubeb.c. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче