aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-28 20:41:25 +0100
committerMax Kellermann <max@duempel.org>2008-10-28 20:41:25 +0100
commit1f7c53e6192130f5e2a99fb0ea9c35aa8d498664 (patch)
tree3c200c5a34ddd50e7a39e4b14c24708deaaa1612 /src
parent25f98a41c4b67a52e051c449ebaea815754a8134 (diff)
downloadmpd-1f7c53e6192130f5e2a99fb0ea9c35aa8d498664.tar.gz
mpd-1f7c53e6192130f5e2a99fb0ea9c35aa8d498664.tar.xz
mpd-1f7c53e6192130f5e2a99fb0ea9c35aa8d498664.zip
mp3: remove obsolete comments
Diffstat (limited to 'src')
-rw-r--r--src/decoder/mp3_plugin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/mp3_plugin.c b/src/decoder/mp3_plugin.c
index d4913c27d..0e2b4ab5e 100644
--- a/src/decoder/mp3_plugin.c
+++ b/src/decoder/mp3_plugin.c
@@ -87,8 +87,6 @@ mad_fixed_to_24_buffer(int32_t *dest, const struct mad_synth *synth,
}
}
-/* end of stolen stuff from mpg321 */
-
static int mp3_plugin_init(void)
{
gaplessPlaybackEnabled = getBoolConfigParam(CONF_GAPLESS_MP3_PLAYBACK,
@@ -98,8 +96,6 @@ static int mp3_plugin_init(void)
return 1;
}
-/* decoder stuff is based on madlld */
-
#define MP3_DATA_OUTPUT_BUFFER_SIZE 2048
typedef struct _mp3DecodeData {