Mercurial > audlegacy
diff Plugins/Input/aac/src/tagging.h @ 1029:54dd4df67688 trunk
[svn] - src/tagging_mp4.c, fileinfo.c, libmp4.c: Finish conversion to internal container code.
- include/mpeg4ip.h, mpeg4ip_version.h, systems.h: Remove libmp4v2.
- libmp4v2/: Remove libmp4v2.
- Makefile.in: Remove references to libmp4v2.
- configure.ac: Remove references to libmp4v2.
author | nenolod |
---|---|
date | Fri, 12 May 2006 06:48:55 -0700 |
parents | d70514b3b436 |
children | f12d7e208b43 |
line wrap: on
line diff
--- a/Plugins/Input/aac/src/tagging.h Fri May 12 06:29:11 2006 -0700 +++ b/Plugins/Input/aac/src/tagging.h Fri May 12 06:48:55 2006 -0700 @@ -28,11 +28,11 @@ #include "xmms-id3.h" /* XXX: We will need the same for AAC eventually */ -extern gchar *audmp4_get_artist(MP4FileHandle); -extern gchar *audmp4_get_title(MP4FileHandle); -extern gchar *audmp4_get_album(MP4FileHandle); -extern gchar *audmp4_get_genre(MP4FileHandle); -extern gint audmp4_get_year(MP4FileHandle); +extern gchar *audmp4_get_artist(mp4ff_t *); +extern gchar *audmp4_get_title(mp4ff_t *); +extern gchar *audmp4_get_album(mp4ff_t *); +extern gchar *audmp4_get_genre(mp4ff_t *); +extern gint audmp4_get_year(mp4ff_t *); #define GENRE_MAX 0x94 extern const char *audmp4_id3_genres[GENRE_MAX];