diff src/mpg123/mpg123.c @ 470:220515815cf8 trunk

[svn] - only parse handed-off shoutcast information on streams
author nenolod
date Sun, 21 Jan 2007 02:11:26 -0800
parents 1256144d2a6e
children f5191cefba2a
line wrap: on
line diff
--- a/src/mpg123/mpg123.c	Sun Jan 21 02:09:42 2007 -0800
+++ b/src/mpg123/mpg123.c	Sun Jan 21 02:11:26 2007 -0800
@@ -865,6 +865,7 @@
                     disp_count--;
                 play_frame(&fr);
 
+		if (mpgdec_info->filesize == 0)
 	        {
 		    gchar *new_title = mpgdec_metadata("track-name");
 		    gchar *srv_name = mpgdec_metadata("stream-name");