diff options
Diffstat (limited to 'toolame.c')
-rw-r--r-- | toolame.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -534,6 +534,10 @@ int main (int argc, char **argv) } sentBits += frameBits; + + // Reset peak measurement + peak_left = 0; + peak_right = 0; } close_bit_stream_w (&bs); |