From a1a03deed278a865bdc7d3394cda838543c8b03c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Apr 2010 07:51:29 +0200 Subject: decoder/mad: properly calculate ID3 size without libid3tag Without libid3tag, we were trying to skip the ID3 frame (since 0.15.2). Its length however was not calculated at all, we were just dropping everything from the current input buffer. This lead to the first few seconds of the file being skipped. This patch attempts to calculate the ID3v2 frame size with the formula from: http://www.id3.org/id3v2.4.0-structure 3.1 and 6.2 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 70179b14..b69bd18f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ver 0.15.10 (2010/??/??) +* decoders: + - mad: properly calculate ID3 size without libid3tag ver 0.15.9 (2010/03/21) -- cgit v1.2.3