spark: return true for EOF in cPlayback::GetPosition

This commit is contained in:
Stefan Seyfried
2012-04-01 17:51:48 +02:00
parent 72089fe88d
commit 542a026b9b

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;