mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3 optimizations
Origin commit data
------------------
Branch: master
Commit: 5aa75077cd
Author: martii <m4rtii@gmx.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -430,6 +430,11 @@ bool cPlayback::GetSpeed(int &speed) const
|
||||
return true;
|
||||
}
|
||||
|
||||
void cPlayback::GetPts(uint64_t &pts)
|
||||
{
|
||||
player->playback->Command(player, PLAYBACK_PTS, (void*)pts);
|
||||
}
|
||||
|
||||
// in milliseconds
|
||||
bool cPlayback::GetPosition(int &position, int &duration)
|
||||
{
|
||||
|
Reference in New Issue
Block a user