audiotestsrc: fix function signature

This commit is contained in:
Wim Taymans 2020-05-12 17:10:49 +02:00
parent 0a54249718
commit 8d5571fa4c

View file

@ -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;