mp3: remove obsolete comments
This commit is contained in:
parent
25f98a41c4
commit
1f7c53e619
@ -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)
|
static int mp3_plugin_init(void)
|
||||||
{
|
{
|
||||||
gaplessPlaybackEnabled = getBoolConfigParam(CONF_GAPLESS_MP3_PLAYBACK,
|
gaplessPlaybackEnabled = getBoolConfigParam(CONF_GAPLESS_MP3_PLAYBACK,
|
||||||
@ -98,8 +96,6 @@ static int mp3_plugin_init(void)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* decoder stuff is based on madlld */
|
|
||||||
|
|
||||||
#define MP3_DATA_OUTPUT_BUFFER_SIZE 2048
|
#define MP3_DATA_OUTPUT_BUFFER_SIZE 2048
|
||||||
|
|
||||||
typedef struct _mp3DecodeData {
|
typedef struct _mp3DecodeData {
|
||||||
|
Loading…
Reference in New Issue
Block a user