libeplayer3, libspark/playback_libeplayer3: chapter support

Origin commit data
------------------
Branch: master
Commit: 450ac45c30
Author: martii <m4rtii@gmx.de>
Date: 2013-12-23 (Mon, 23 Dec 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-12-23 16:47:29 +01:00
parent 417e972e9d
commit 038d9e613d
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);