mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
libspark/playback: let GetPosition return false on EOF
Origin commit data
------------------
Branch: master
Commit: 1d70357b45
Author: martii <m4rtii@gmx.de>
Date: 2013-02-26 (Tue, 26 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -483,7 +483,11 @@ bool cPlayback::GetPosition(int &position, int &duration)
|
|||||||
position = duration + 1000;
|
position = duration + 1000;
|
||||||
// duration = 0;
|
// duration = 0;
|
||||||
// this is stupid
|
// this is stupid
|
||||||
|
#ifdef MARTII
|
||||||
|
return false;
|
||||||
|
#else
|
||||||
return true;
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long long int vpts = 0;
|
unsigned long long int vpts = 0;
|
||||||
|
Reference in New Issue
Block a user