[Spice-commits] server/sound.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Wed Jan 11 12:40:19 UTC 2017
server/sound.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f5453923a4d3936937271dfba0d38c532d156bae
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Wed Jan 11 09:48:18 2017 +0100
sound: Remove duplicate AudioFrame typedef
It's already defined before in the same source file.
Based on a patch from Frediano Ziglio <fziglio at redhat.com>
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/sound.c b/server/sound.c
index 1928d00..b8fde64 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -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];
More information about the Spice-commits
mailing list