update arm: finally fix play next file

Origin commit data
------------------
Branch: master
Commit: 09df16f78a
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2018-12-10 (Mon, 10 Dec 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
redblue-pkt
2018-12-10 12:29:07 +01:00
committed by max_10
parent db6df02b41
commit 3bac982021

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)
//{
maxInjectedPTS = pts;
}
//}
}
return maxInjectedPTS;
}