Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35745 | Differences between
and this patch

Collapse All | Expand All

(-)st.h (-3 / +3 lines)
Lines 63-71 Link Here
63
typedef struct  st_signalinfo
63
typedef struct  st_signalinfo
64
{
64
{
65
    st_rate_t rate;      /* sampling rate */
65
    st_rate_t rate;      /* sampling rate */
66
    char size;           /* word length of data */
66
    signed char size;           /* word length of data */
67
    char encoding;       /* format of sample numbers */
67
    signed char encoding;       /* format of sample numbers */
68
    char channels;       /* number of sound channels */
68
    signed char channels;       /* number of sound channels */
69
} st_signalinfo_t;
69
} st_signalinfo_t;
70
70
71
/* Loop parameters */
71
/* Loop parameters */

Return to bug 35745