summaryrefslogtreecommitdiffstats
path: root/src/EtiReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EtiReader.h')
-rw-r--r--src/EtiReader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/EtiReader.h b/src/EtiReader.h
index 5833a25..b3c1f94 100644
--- a/src/EtiReader.h
+++ b/src/EtiReader.h
@@ -57,7 +57,7 @@ public:
void calculateTimestamp(struct frame_timestamp& ts)
{
- myTimestampDecoder->calculateTimestamp(ts);
+ myTimestampDecoder.calculateTimestamp(ts);
}
/* Return the frame counter */
@@ -85,7 +85,7 @@ protected:
eti_TIST eti_tist;
FicSource* myFicSource;
std::vector<SubchannelSource*> mySources;
- TimestampDecoder* myTimestampDecoder;
+ TimestampDecoder myTimestampDecoder;
private:
size_t myCurrentFrame;