ref: 896589f7a63dbe3d6fc1a356fc65d42e9ef82cda
parent: 35a08a4a2e37355a099e35d3fd344bf65f440387
author: robs <robs>
date: Mon Feb 5 19:22:47 EST 2007
Revert to fix recent au breakage
--- a/src/st.h
+++ b/src/st.h
@@ -198,7 +198,7 @@
typedef struct st_signalinfo
{
st_rate_t rate; /* sampling rate */
- int size; /* word length of data */
+ signed char size; /* word length of data */
st_encoding_t encoding; /* format of sample numbers */
unsigned channels; /* number of sound channels */
double compression; /* compression factor (where applicable) */