Removed unused references
This commit is contained in:
@@ -196,8 +196,8 @@ void AudioModel::on_process(void *userdata)
|
|||||||
struct pw_buffer *b;
|
struct pw_buffer *b;
|
||||||
struct spa_buffer *buf;
|
struct spa_buffer *buf;
|
||||||
|
|
||||||
float *samples, max;
|
float *samples;
|
||||||
uint32_t c, n, n_channels, n_samples, peak;
|
uint32_t n_channels, n_samples;
|
||||||
|
|
||||||
if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) {
|
if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) {
|
||||||
pw_log_warn("out of buffers: %m");
|
pw_log_warn("out of buffers: %m");
|
||||||
|
|||||||
Reference in New Issue
Block a user