hi
somebody in the IRC channel had a problem with files produced by
export_wav and speexenc.
Looks like there's a funky little error in that thing (see attachment).
The first line seems to make more sense and that's how
it's done in 1.1.
stefan
--- ../transcode/export/export_wav.c 2007-02-13 21:29:38.000000000 +0100
+++ transcode10/export/export_wav.c 2007-02-13 21:37:15.000000000 +0100
@@ -69,7 +69,6 @@
rtf.common.dwSamplesPerSec = rate;
rtf.common.dwAvgBytesPerSec = vob->dm_chan * rate * vob->dm_bits/8;
- rtf.common.dwAvgBytesPerSec = rate * vob->dm_bits/8;
rtf.common.wChannels=vob->dm_chan;
rtf.common.wBitsPerSample=vob->dm_bits;
rtf.common.wBlockAlign=vob->dm_chan*vob->dm_bits/8;