servicemp3: fix compile error on amd64
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 3 Jan 2011 14:50:19 +0000 (15:50 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 19 Jan 2011 03:24:23 +0000 (04:24 +0100)
lib/service/servicemp3.h

index b864a1004d2785d6d08aaa17afb5eee3f4d5113d..d54997a604f5f12f9da50fafdd7b7440944d764f 100644 (file)
@@ -167,7 +167,7 @@ public:
                int bufferPercent;
                int avgInRate;
                int avgOutRate;
-               long long bufferingLeft;
+               int64_t bufferingLeft;
                bufferInfo()
                        :bufferPercent(0), avgInRate(0), avgOutRate(0), bufferingLeft(-1)
                {