diff src/filewriter/wav.c @ 2950:dcd8d93ba781

- mp3: adapted to lame-3.98. now filewriter writes valid TLEN. - deleted unnecessary variable "written".
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 11 Oct 2008 02:02:41 +0900
parents 31d6c44ffef2
children
line wrap: on
line diff
--- a/src/filewriter/wav.c	Sat Oct 04 19:54:04 2008 +0200
+++ b/src/filewriter/wav.c	Sat Oct 11 02:02:41 2008 +0900
@@ -63,6 +63,8 @@
 };
 static struct wavhead header;
 
+static guint64 written;
+
 static gint wav_open(void)
 {
     memcpy(&header.main_chunk, "RIFF", 4);