mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-28 04:10:16 +00:00
sound: Remove duplicate AudioFrame typedef
It's already defined before in the same source file. Based on a patch from Frediano Ziglio <fziglio@redhat.com> Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
188f05d7ae
commit
f5453923a4
@ -124,7 +124,6 @@ struct SndChannelClient {
|
||||
snd_channel_cleanup_channel_proc cleanup;
|
||||
};
|
||||
|
||||
typedef struct AudioFrame AudioFrame;
|
||||
struct AudioFrame {
|
||||
uint32_t time;
|
||||
uint32_t samples[SND_CODEC_MAX_FRAME_SIZE];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user