Mercurial > audlegacy-plugins
diff ChangeLog @ 980:6ba4a4bfd127 trunk
[svn] - fix overflow when calculates bitrate with non-fast scan on a huge sized file.
- make file info dialog always do non-fast scan. user can easily add TLEN tag of correct play time length to a VBR encoded file which does not go along with fast scan.
- tweak debug output.
author | yaz |
---|---|
date | Thu, 26 Apr 2007 02:06:12 -0700 |
parents | e31c4566feb6 |
children | d801d8ce24fb |
line wrap: on
line diff
--- a/ChangeLog Tue Apr 24 02:53:37 2007 -0700 +++ b/ChangeLog Thu Apr 26 02:06:12 2007 -0700 @@ -1,3 +1,11 @@ +2007-04-24 09:53:37 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2098] + - disable all use of puts() unless -DDEBUG is defined. + + trunk/src/lastfm/lastfm.c | 135 ++++++++++++++++++++++++---------------------- + 1 file changed, 73 insertions(+), 62 deletions(-) + + 2007-04-23 23:24:55 +0000 Cristi Magherusan <majeru@atheme.org> revision [2096] got the metadata but couldnt make use of it yet