summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/mpgmad/mpgmad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c
index 095f368e..b3b83d93 100644
--- a/plugins/mpgmad/mpgmad.c
+++ b/plugins/mpgmad/mpgmad.c
@@ -566,6 +566,7 @@ cmp3_scan_stream (buffer_t *buffer, int sample) {
buffer->bitrate = (fsize - deadbeef->ftell (buffer->file))/ buffer->samplerate * 1000;
}
buffer->startoffset = deadbeef->ftell (buffer->file);
+ continue;
}
}
}