diff Plugins/Input/mpg123/mpg123.h @ 957:12f57026da8f trunk

[svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
author chainsaw
date Sun, 23 Apr 2006 15:50:33 -0700
parents d539e5c5f730
children 0f294f2b0a9b
line wrap: on
line diff
--- a/Plugins/Input/mpg123/mpg123.h	Sun Apr 23 15:11:43 2006 -0700
+++ b/Plugins/Input/mpg123/mpg123.h	Sun Apr 23 15:50:33 2006 -0700
@@ -11,7 +11,7 @@
 #endif
 
 #include <glib.h>
-
+#include <tag_c.h>
 
 enum {
     SYNTH_AUTO,
@@ -302,8 +302,7 @@
 double mpg123_compute_bpf(struct frame *fr);
 double mpg123_compute_tpf(struct frame *fr);
 guint mpg123_strip_spaces(char *src, size_t n);
-void mpg123_get_id3v2(struct id3_tag *id3d, struct id3tag_t *tag);
-gchar *mpg123_format_song_title(struct id3tag_t *tag, gchar * filename);
+gchar *mpg123_format_song_title(TagLib_Tag *taglib_tag, gchar * filename);
 double mpg123_relative_pos(void);