musepack fixes by slomo

This commit is contained in:
Ron Pedde 2005-11-03 03:46:26 +00:00
parent 0821b9ce9d
commit 88ab086900

View File

@ -22,14 +22,15 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#include "mp3-scanner.h"
#include "err.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <taglib/tag_c.h> #include <taglib/tag_c.h>
#include "mp3-scanner.h"
#include "err.h"
/** /**
* scan a musepack file for metainfo. * scan a musepack file for metainfo.
* *
@ -41,7 +42,7 @@ int scan_get_mpcinfo(char *filename, MP3FILE *pmp3) {
FILE *f; FILE *f;
TagLib_File *file; TagLib_File *file;
TagLib_Tag *tag; TagLib_Tag *tag;
TagLib_AudioProperties *properties; const TagLib_AudioProperties *properties;
char *val; char *val;
int len; int len;
unsigned int i; unsigned int i;