Merge pull request #251 from jcdr428/patch-1

Fix initializing lastDTS
This commit is contained in:
Dan 2020-03-22 20:09:20 +00:00 committed by GitHub
commit 1d4ac18e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ struct StreamInfo
m_pid = pid;
m_readCnt = 0;
m_lastAVRez = AbstractStreamReader::NEED_MORE_DATA;
m_lastDTS = 0;
m_lastDTS = -1000000000;
lastReadRez = 0;
m_flushed = false;
m_timeShift = 0;