Rename struct tag_mp3file

That struct is badly named, rename it to struct media_file_info and keep
the typedef as-is for now.
This commit is contained in:
Julien BLACHE 2009-04-05 10:10:24 +02:00
parent d0d9e9dbfc
commit 10037ff7cf

View File

@ -59,7 +59,7 @@
#define SG_ALBUM_ARTIST 42
/* Packed and unpacked formats */
typedef struct tag_mp3file {
typedef struct media_file_info {
char *path;
uint32_t index;
char *fname;