Origin commit data
------------------
Branch: master
Commit: 8166f35e04
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2019-01-15 (Tue, 15 Jan 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
redblue-pkt
2019-01-15 21:33:17 +01:00
committed by max_10
parent 3bac982021
commit 8636524489

View File

@@ -53,10 +53,10 @@ static int64_t update_max_injected_pts(int64_t pts)
{
if (pts > 0 && pts != INVALID_PTS_VALUE)
{
//if (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS)
//{
if (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS || 0 == PlaybackDieNow(0))
{
maxInjectedPTS = pts;
//}
}
}
return maxInjectedPTS;
}