diff options
author | Volker Rümelin <vr_qemu@t-online.de> | 2023-02-24 20:05:42 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-03-06 10:30:23 +0400 |
commit | 2c3f9a0a92ac98c31d501c2a73119853cb6739f1 (patch) | |
tree | 865dbac5b56b4b1234ce7a55db0aaa0965a2b178 /qemu-io.c | |
parent | 8dbd3d1795da6f39e90a911e9acaae74c9ff120d (diff) | |
download | qemu-2c3f9a0a92ac98c31d501c2a73119853cb6739f1.zip qemu-2c3f9a0a92ac98c31d501c2a73119853cb6739f1.tar.gz qemu-2c3f9a0a92ac98c31d501c2a73119853cb6739f1.tar.bz2 |
audio: change type and name of the resample buffer
Change the type of the resample buffer from struct st_sample *
to STSampleBuffer. Also change the name from buf to resample_buf
for better readability.
The new variables resample_buf.size and resample_buf.pos will be
used after the next patches. There is no functional change.
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Message-Id: <20230224190555.7409-2-vr_qemu@t-online.de>
Diffstat (limited to 'qemu-io.c')
0 files changed, 0 insertions, 0 deletions