playback: add dummy RequestAbort() functions

This commit is contained in:
Stefan Seyfried
2013-10-21 17:32:21 +02:00
parent 0b1c4bcb9c
commit 03754e8bc5
9 changed files with 21 additions and 0 deletions

View File

@@ -594,6 +594,10 @@ void cPlayback::GetChapters(std::vector<int> &positions, std::vector<std::string
titles.clear();
}
void cPlayback::RequestAbort(void)
{
}
off_t cPlayback::seek_to_pts(int64_t pts)
{
off_t newpos = curr_pos;