mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
arm: finally fix play next file
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 (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS)
|
||||
{
|
||||
//if (maxInjectedPTS == INVALID_PTS_VALUE || pts > maxInjectedPTS)
|
||||
//{
|
||||
maxInjectedPTS = pts;
|
||||
}
|
||||
//}
|
||||
}
|
||||
return maxInjectedPTS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user