* Add WAV file support.

This commit is contained in:
Justin Maggard
2009-05-12 01:21:53 +00:00
parent f64e458729
commit 3e7a3cbfb5
9 changed files with 26 additions and 6 deletions

View File

@ -86,6 +86,7 @@ struct song_metadata {
int lossless;
int blockalignment;
char *mime; // MIME type
char *dlna_pn; // DLNA Profile Name
char *tagversion;