From aa6117ca31c934e443b60c5070107b15eaf358e1 Mon Sep 17 00:00:00 2001 From: waker Date: Tue, 9 Oct 2012 20:12:51 +0200 Subject: mp3: fixed trk properties samplerate --- plugins/mpgmad/mpgmad.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/mpgmad') diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index 132adebc..c8a696ad 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -579,8 +579,6 @@ cmp3_scan_stream (buffer_t *buffer, int sample) { } } if (sample == 0) { - trace ("cmp3_scan_stream: trying to figure out duration from file size\n"); - buffer->samplerate = samplerate; if (buffer->file->vfs->is_streaming ()) { // only suitable for cbr files, used if streaming int sz = deadbeef->fgetlength (buffer->file); -- cgit v1.2.3