Skip to content

Commit

Permalink
Merge pull request #251 from jcdr428/patch-1
Browse files Browse the repository at this point in the history
Fix initializing lastDTS
  • Loading branch information
justdan96 authored Mar 22, 2020
2 parents ea5aaed + c5cba97 commit 1d4ac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsMuxer/metaDemuxer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1d4ac18

Please sign in to comment.