From 84808afcd92c85f6d9f434aa93f5b92c98548f1c Mon Sep 17 00:00:00 2001 From: Andreas Claesson Date: Wed, 25 May 2005 02:15:38 +0000 Subject: New resampling code, change of resolution in doReplayGain and some cleanup. git-svn-id: https://svn.musicpd.org/mpd/branches/ancl@3285 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/audio.h') diff --git a/src/audio.h b/src/audio.h index 518db0588..aa139c8ab 100644 --- a/src/audio.h +++ b/src/audio.h @@ -35,7 +35,6 @@ typedef struct _AudioFormat { volatile mpd_uint32 sampleRate; volatile mpd_sint8 bits; volatile mpd_sint8 fracBits; - /*volatile mpd_sint8 floatSamples;*/ } AudioFormat; void copyAudioFormat(AudioFormat * dest, AudioFormat * src); -- cgit v1.2.3