diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-14 19:39:47 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-09-14 19:39:47 +0200 |
commit | 9bbad368ea356d4c24b346327753ede1647af76d (patch) | |
tree | d19fc76418d2b6db664f7970ba8ba9a794a48c1e /plugins | |
parent | 4aad1caca1c99b45a17f9137cea8cfb49ac1d761 (diff) |
fixed mp3 regression caused by debug code
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mpgmad/mpgmad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index 180f5f3b..abdf117e 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -652,7 +652,6 @@ cmp3_init (DB_fileinfo_t *_info, DB_playItem_t *it) { _info->channels = 2;//info->buffer.channels; // trace ("mpgmad: nchannels: %d\n", _info->channels); - deadbeef->fseek (info->buffer.file, 0x60dae, SEEK_SET); mad_stream_init(&info->stream); mad_stream_options (&info->stream, MAD_OPTION_IGNORECRC); mad_frame_init(&info->frame); |