Browse Source

*click* *pop* *POOF*

Bart van Strien 13 years ago
parent
commit
91fefbd1ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/sound/lullaby/Mpg123Decoder.cpp

+ 1 - 0
src/modules/sound/lullaby/Mpg123Decoder.cpp

@@ -111,6 +111,7 @@ namespace lullaby
 			{
 			case MPG123_NEW_FORMAT:
 				{
+					size += numbytes;
 					long rate = 0;
 					int encoding = 0;
 					int ret = mpg123_getformat(handle, &rate, &channels, &encoding);