mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libspark/playback_libeplayer3: fix GetPts()
This commit is contained in:
@@ -412,7 +412,7 @@ bool cPlayback::GetSpeed(int &speed) const
|
||||
|
||||
void cPlayback::GetPts(uint64_t &pts)
|
||||
{
|
||||
player->playback->Command(player, PLAYBACK_PTS, (void*)pts);
|
||||
player->playback->Command(player, PLAYBACK_PTS, (void*)&pts);
|
||||
}
|
||||
|
||||
// in milliseconds
|
||||
|
Reference in New Issue
Block a user