add cPlayback::GetReadCount()

This commit is contained in:
Stefan Seyfried
2015-12-13 16:16:24 +01:00
parent d863ebc181
commit e7f5c17256
5 changed files with 21 additions and 0 deletions

View File

@@ -767,6 +767,11 @@ void cPlayback::RequestAbort(void)
{
}
uint64_t cPlayback::GetReadCount(void)
{
return 0;
}
off_t PBPrivate::seek_to_pts(int64_t pts)
{
off_t newpos = curr_pos;