spark: return true for EOF in cPlayback::GetPosition

Origin commit data
------------------
Branch: master
Commit: 542a026b9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-04-01 17:51:48 +02:00
parent fc39cb9eaf
commit 8b035e392f

View File

@@ -288,9 +288,8 @@ bool cPlayback::GetPosition(int &position, int &duration)
printf("cPlayback::%s !!!!EOF!!!! < -1\n", __func__);
position = duration + 1000;
// duration = 0;
// this is stupid
return false;
return true;
}
unsigned long long int vpts = 0;