From a5aa5a0258fa7cf961536df46375b8f0b1d7b84e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Apr 2008 04:15:10 +0000 Subject: yet more unsigned integers git-svn-id: https://svn.musicpd.org/mpd/trunk@7287 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/pcm_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pcm_utils.h') diff --git a/src/pcm_utils.h b/src/pcm_utils.h index 752fac3e7..db7846598 100644 --- a/src/pcm_utils.h +++ b/src/pcm_utils.h @@ -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; -- cgit v1.2.3