aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decoder_mad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.h')
-rw-r--r--src/plugins/Input/mad/decoder_mad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.h b/src/plugins/Input/mad/decoder_mad.h
index 55c662737..7de09b594 100644
--- a/src/plugins/Input/mad/decoder_mad.h
+++ b/src/plugins/Input/mad/decoder_mad.h
@@ -28,7 +28,7 @@ public:
// standard decoder API
bool initialize();
qint64 lengthInSeconds();
- void seek(double);
+ void seek(qint64);
void stop();
private:
@@ -44,7 +44,7 @@ private:
bool findHeader();
bool findXingHeader(struct mad_bitptr, unsigned int);
bool inited, user_stop, done, m_finish, derror, eof, useeq;
- double totalTime, seekTime;
+ qint64 totalTime, seekTime;
int channels;
unsigned long bitrate;
long freq, len;