Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreysmykov committed Jul 4, 2018
1 parent 4b0549d commit 62a0843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AVDemuxThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ void AVDemuxThread::run()
m_repeat_current++;
qDebug() << " m_repeat_current = " << m_repeat_current;
qDebug() << " m_repeat_max = " << m_repeat_max;
seek((qint64)0, SeekType::AccurateSeek);
seek(qint64(0), AccurateSeek);
}
// if avthread may skip 1st eof packet because of a/v sync
const int kMaxEof = 1;//if buffer packet, we can use qMax(aqueue->bufferValue(), vqueue->bufferValue()) and not call blockEmpty(false);
Expand Down

0 comments on commit 62a0843

Please sign in to comment.