changeset 761:7ffb93bce2d2 trunk

[svn] - support id3 reading of static files
author nenolod
date Wed, 28 Feb 2007 21:02:06 -0800
parents 6ed8d477ba89
children 59b4bce10c3b
files ChangeLog src/madplug/plugin.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 28 19:48:28 2007 -0800
+++ b/ChangeLog	Wed Feb 28 21:02:06 2007 -0800
@@ -1,3 +1,11 @@
+2007-03-01 03:48:28 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1618]
+  - add tuple building for ADTS/Shoutcast streams
+  
+  trunk/src/aac/src/libmp4.c |   23 ++++++++++++++++++++++-
+  1 file changed, 22 insertions(+), 1 deletion(-)
+
+
 2007-03-01 03:26:41 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1616]
   - when shifting the ringbuffer to left by one byte to regain alignment, 
--- a/src/madplug/plugin.c	Wed Feb 28 19:48:28 2007 -0800
+++ b/src/madplug/plugin.c	Wed Feb 28 21:02:06 2007 -0800
@@ -497,7 +497,7 @@
     string = NULL;
 #endif
 
-    if(info.remote){
+    if(info.remote && info.size == 0){
         if(info.playback && info.playback->playing) {
             tuple = bmp_title_input_new();
 #ifdef DEBUG