yet more unsigned integers
git-svn-id: https://svn.musicpd.org/mpd/trunk@7287 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:

committed by
Eric Wong

parent
4e0891337a
commit
a5aa5a0258
@@ -35,8 +35,8 @@ typedef struct _ConvState {
|
||||
size_t dataInSize;
|
||||
size_t dataOutSize;
|
||||
mpd_sint8 lastChannels;
|
||||
mpd_sint32 lastInSampleRate;
|
||||
mpd_sint32 lastOutSampleRate;
|
||||
mpd_uint32 lastInSampleRate;
|
||||
mpd_uint32 lastOutSampleRate;
|
||||
#endif
|
||||
/* Strict C99 doesn't allow empty structs */
|
||||
int error;
|
||||
|
Reference in New Issue
Block a user