mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libarmbox/playback_libeplayer3: formatting fixes
Origin commit data
------------------
Branch: master
Commit: 28537bc942
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-07-16 (Sun, 16 Jul 2023)
Origin message was:
------------------
- libarmbox/playback_libeplayer3: formatting fixes
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -472,10 +472,13 @@ bool cPlayback::GetPosition(int &position, int &duration, bool isWebChannel)
|
|||||||
if (player && player->playback && !player->playback->isPlaying)
|
if (player && player->playback && !player->playback->isPlaying)
|
||||||
{
|
{
|
||||||
hal_info("%s !!!!EOF!!!! < -1\n", __func__);
|
hal_info("%s !!!!EOF!!!! < -1\n", __func__);
|
||||||
if (isWebChannel) { // WebTV/IPTV
|
if (isWebChannel)
|
||||||
|
{
|
||||||
position = duration - 1000;
|
position = duration - 1000;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
position = duration + 1000;
|
position = duration + 1000;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user