diff --git a/mp3.go b/mp3.go index 87985ec..2746aa5 100644 --- a/mp3.go +++ b/mp3.go @@ -158,7 +158,7 @@ func (h *mp3Infos) readHeader(buf [8]byte) int64 { // if the values are off, try 1 byte after if l == 0 || b == 15 || v == 1 || b == 0 || s == 3 { - return 11 + return 5 } if h.Version == "" {