summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/mpgmad/mpgmad.c2
1 files changed, 0 insertions, 2 deletions
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);