summaryrefslogtreecommitdiff
path: root/cmp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmp3.c')
-rw-r--r--cmp3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmp3.c b/cmp3.c
index 41df275a..b7796031 100644
--- a/cmp3.c
+++ b/cmp3.c
@@ -123,6 +123,7 @@ cmp3_decode (void) {
*/
}
}
+ bytesread += buffer.remaining;
if (bytesread) {
mad_stream_buffer(&stream,buffer.input,bytesread);
}