summaryrefslogtreecommitdiff
path: root/responselive.h
diff options
context:
space:
mode:
Diffstat (limited to 'responselive.h')
-rw-r--r--responselive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/responselive.h b/responselive.h
index c1d2186..88f84e2 100644
--- a/responselive.h
+++ b/responselive.h
@@ -130,9 +130,9 @@ class cResponseLive : public cResponseBase {
// Mode 4
int mCurOffset;
int mTuneInState;
- uint64_t mFirstPcr;
+ int64_t mFirstPcr;
int mFirstPcrOffset;
- uint64_t mCurPcr;
+ int64_t mCurPcr;
int mCurPcrOffset;
int mNoFrames;
int mIFrameOffset;