diff options
author | Andreas Claesson <andreas.claesson@gmail.com> | 2005-05-25 02:15:38 +0000 |
---|---|---|
committer | Andreas Claesson <andreas.claesson@gmail.com> | 2005-05-25 02:15:38 +0000 |
commit | 84808afcd92c85f6d9f434aa93f5b92c98548f1c (patch) | |
tree | d9a6b12d549850d1d5f64f81f0a39ea4a1af09c9 /src/audio.h | |
parent | 9dd46b801580bd7df7a2027bca0923389615071d (diff) | |
download | mpd-84808afcd92c85f6d9f434aa93f5b92c98548f1c.tar.gz mpd-84808afcd92c85f6d9f434aa93f5b92c98548f1c.tar.xz mpd-84808afcd92c85f6d9f434aa93f5b92c98548f1c.zip |
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
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |