mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libspark/playback: let GetPosition return false on EOF
This commit is contained in:
@@ -483,7 +483,11 @@ bool cPlayback::GetPosition(int &position, int &duration)
|
||||
position = duration + 1000;
|
||||
// duration = 0;
|
||||
// this is stupid
|
||||
#ifdef MARTII
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
unsigned long long int vpts = 0;
|
||||
|
Reference in New Issue
Block a user