aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-19 04:28:19 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-19 04:28:19 +0100
commitb3a41d26169d1867be084a868d86d72c8f2d6af9 (patch)
treeaaacffe40b4f4124285ba87f7f7cff950cb36e2a /lib/service/servicemp3.h
parent2d7e9486df86b2cf4b4708e61c9d4e392ded1b4d (diff)
parentcc08c5bf0ff1d0d347703c9660aaac376e66f697 (diff)
downloadenigma2-b3a41d26169d1867be084a868d86d72c8f2d6af9.tar.gz
enigma2-b3a41d26169d1867be084a868d86d72c8f2d6af9.zip
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index 173084d4..c620151f 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)
{