arm: finally fix play next file

Origin commit data
------------------
Branch: master
Commit: 052591a006
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2018-12-28 (Fri, 28 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-28 22:22:58 +01:00
committed by vanhofen
parent 030d7dc46e
commit fbf4425a35

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;
}