diff options
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 8fee7b96fa..ca240ccc7b 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -123,7 +123,7 @@ struct SWVoiceIn { int64_t ratio; void *rate; int total_hw_samples_acquired; - st_sample_t *conv_buf; + st_sample_t *buf; f_sample *clip; HWVoiceIn *hw; char *name; |