aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolame.c')
-rw-r--r--toolame.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolame.c b/toolame.c
index 42cc558..c64744a 100644
--- a/toolame.c
+++ b/toolame.c
@@ -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);