changeset 525:c91f3d7cd641 trunk

[svn] - mpg123: fix warnings in compilation, added function prototype to common.h
author giacomo
date Mon, 22 Jan 2007 14:52:22 -0800
parents bb7312f3ec1a
children 5fa8b0ca6d61
files ChangeLog src/mpg123/common.h
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 22 13:35:34 2007 -0800
+++ b/ChangeLog	Mon Jan 22 14:52:22 2007 -0800
@@ -1,3 +1,10 @@
+2007-01-22 21:35:34 +0000  Giacomo Lozito <james@develia.org>
+  revision [1134]
+  - flac 112 plugin: last fix; hopefully, everything is ok now; for both 112 and 113 playback works and http stream works
+  trunk/src/flac112/plugin.c |   43 ++++++++++++++++++++++++-------------------
+  1 file changed, 24 insertions(+), 19 deletions(-)
+
+
 2007-01-22 21:30:28 +0000  Giacomo Lozito <james@develia.org>
   revision [1132]
   - flac 113 plugin: do not try to pick tuple from file if file is not accessible via stdio (and stop crashing when such attempts are done); TODO: pick tags from flac via vfs
--- a/src/mpg123/common.h	Mon Jan 22 13:35:34 2007 -0800
+++ b/src/mpg123/common.h	Mon Jan 22 14:52:22 2007 -0800
@@ -19,3 +19,5 @@
 
 extern void parse_url(const gchar * url, gchar ** user, gchar ** pass,
           gchar ** host, gint * port, gchar ** filename);
+
+gchar *mpgdec_metadata(const gchar *id);