mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
audiotestsrc: fix function signature
This commit is contained in:
parent
0a54249718
commit
8d5571fa4c
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ struct buffer {
|
|||
|
||||
struct impl;
|
||||
|
||||
typedef int (*render_func_t) (struct impl *this, void *samples, size_t n_samples);
|
||||
typedef void (*render_func_t) (struct impl *this, void *samples, size_t n_samples);
|
||||
|
||||
struct port {
|
||||
uint64_t info_all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue