* 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

@ -105,7 +105,6 @@ _asf_read_media_stream(FILE *fp, struct song_metadata *psong, __u32 size)
{
case WMAV1:
case WMAV2:
printf("***** JM: bitrate: %d\n", psong->bitrate);
if( psong->bitrate < 193000 )
asprintf(&(psong->dlna_pn), "WMABASE");
else