Skip to content

Commit 62a0843

Browse files
committed
fix previous commit
1 parent 4b0549d commit 62a0843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AVDemuxThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ void AVDemuxThread::run()
566566
m_repeat_current++;
567567
qDebug() << " m_repeat_current = " << m_repeat_current;
568568
qDebug() << " m_repeat_max = " << m_repeat_max;
569-
seek((qint64)0, SeekType::AccurateSeek);
569+
seek(qint64(0), AccurateSeek);
570570
}
571571
// if avthread may skip 1st eof packet because of a/v sync
572572
const int kMaxEof = 1;//if buffer packet, we can use qMax(aqueue->bufferValue(), vqueue->bufferValue()) and not call blockEmpty(false);

0 commit comments

Comments
 (0)