diff ChangeLog @ 486:3e41d8efe752 trunk

[svn] - flac 113 plugin: moved to vfs for file detection and playback; plays http files as well, but it does not use flac/http.c code to do it, so there's no metadata parsing and flac http options are ignored; flac tags are still read directly from stdio, with checks that prevents tag reading if file is not stdio-readable
author giacomo
date Sun, 21 Jan 2007 10:40:40 -0800
parents c257bcf92d90
children f541940d5475
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 21 04:51:28 2007 -0800
+++ b/ChangeLog	Sun Jan 21 10:40:40 2007 -0800
@@ -1,3 +1,12 @@
+2007-01-21 12:51:28 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1056]
+  - turn debugging back off
+  - remove XXXX_FIXED_METADATA since metadata is fixed now
+  
+  trunk/src/curl/curl.c |    4 +---
+  1 file changed, 1 insertion(+), 3 deletions(-)
+
+
 2007-01-21 12:01:04 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1054]
   - do not close FDs that do not belong to us.