projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b348113
)
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cdce138
author
malc
<av1474@comtv.ru>
Fri, 18 Sep 2009 04:06:01 +0000
(08:06 +0400)
committer
malc
<av1474@comtv.ru>
Fri, 18 Sep 2009 10:04:36 +0000
(14:04 +0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/mixeng.h
patch
|
blob
|
history
diff --git
a/audio/mixeng.h
b/audio/mixeng.h
index cac0569ac423a680ee6e34d22b2e053d660acb6f..4af1dd989199eb6337de3d1f38433c5253711e40 100644
(file)
--- a/
audio/mixeng.h
+++ b/
audio/mixeng.h
@@
-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; };