diff Plugins/Input/aac/src/libmp4.c @ 342:320f0205ad45 trunk

[svn] Initial fileinfo box, loosely based around the mpg123-clone one.
author nenolod
date Mon, 26 Dec 2005 01:16:45 -0800
parents c7a67ac8e19c
children a98a7f2dfc84
line wrap: on
line diff
--- a/Plugins/Input/aac/src/libmp4.c	Mon Dec 26 00:38:59 2005 -0800
+++ b/Plugins/Input/aac/src/libmp4.c	Mon Dec 26 01:16:45 2005 -0800
@@ -36,7 +36,7 @@
 static void	mp4_seek(int);
 static int	mp4_getTime(void);
 static void	mp4_cleanup(void);
-static void	mp4_getSongInfo(char *);
+static void     audmp4_file_info_box(gchar *);
 static int	mp4_isFile(char *);
 static void	mp4_getSongTitle(char *filename, char **, int *);
 static void*	mp4Decode(void *);
@@ -65,7 +65,7 @@
     0,	// set player window info
     0,	// set song title text
     mp4_getSongTitle,	// get song title text
-    mp4_getSongInfo, // info box
+    audmp4_file_info_box, // info box
     0,	// to output plugin
   };