libeplayer3, libspark/playback_libeplayer3: chapter support

This commit is contained in:
martii
2013-12-23 16:47:29 +01:00
parent 2258a2fd3a
commit 450ac45c30
8 changed files with 287 additions and 15 deletions

View File

@@ -53,8 +53,8 @@ class cPlayback
#if 0
void FindAllSubs(uint16_t *pids, unsigned short *supported, uint16_t *numpida, std::string *language);
bool SelectSubtitles(int pid);
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
#endif
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
#if 0
// Functions that are not used by movieplayer.cpp:
bool GetOffset(off64_t &offset);