mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-09-09 06:38:20 +02:00
fix commit b750bbe3eb
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:
@@ -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 || 0 == PlaybackDieNow(0))
|
||||||
//{
|
{
|
||||||
maxInjectedPTS = pts;
|
maxInjectedPTS = pts;
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
return maxInjectedPTS;
|
return maxInjectedPTS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user