Merge branch 'obi/master' into experimental
[vuplus_dvbapp] / lib / service / servicemp3.h
index 173084d..c620151 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)
                {