X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservicemp3.h;h=c620151f17cd3fb5d6b6dfd15a95338a96e08885;hb=47eb827c45c6c8637418b64480d518d8553e4ee9;hp=173084d49a1e5540e0d4b8a8c055354bc3162fc0;hpb=420e29b988b8d1326b9c6095eec6e2ffcb560e05;p=vuplus_dvbapp diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index 173084d..c620151 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) {