mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
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:
@@ -53,10 +53,10 @@ static int64_t update_max_injected_pts(int64_t pts)
|
|||||||
{
|
{
|
||||||
if (pts > 0 && pts != INVALID_PTS_VALUE)
|
if (pts > 0 && pts != INVALID_PTS_VALUE)
|
||||||
{
|
{
|
||||||
if (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS)
|
//if (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS)
|
||||||
{
|
//{
|
||||||
maxInjectedPTS = pts;
|
maxInjectedPTS = pts;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
return maxInjectedPTS;
|
return maxInjectedPTS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user