servicemp3: fix compile error on amd64
[enigma2.git] / 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)
                {