X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/485ad5f92eb769b058a8e0c2cc0b60256fbca80b..1f959e3bd0d5642d8b7381268cc4747028c38e9b:/lib/service/servicemp3.h diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index b864a100..d54997a6 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -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) {