]> git.proxmox.com Git - qemu.git/commitdiff
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cdce138
authormalc <av1474@comtv.ru>
Fri, 18 Sep 2009 04:06:01 +0000 (08:06 +0400)
committermalc <av1474@comtv.ru>
Fri, 18 Sep 2009 10:04:36 +0000 (14:04 +0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/mixeng.h

index cac0569ac423a680ee6e34d22b2e053d660acb6f..4af1dd989199eb6337de3d1f38433c5253711e40 100644 (file)
@@ -27,7 +27,7 @@
 #ifdef FLOAT_MIXENG
 typedef float mixeng_real;
 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; };
-struct mixeng_sample { mixeng_real l; mixeng_real r; };
+struct st_sample { mixeng_real l; mixeng_real r; };
 #else
 struct mixeng_volume { int mute; int64_t r; int64_t l; };
 struct st_sample { int64_t l; int64_t r; };