libeplayer3 optimizations

Origin commit data
------------------
Branch: master
Commit: 5aa75077cd
Author: martii <m4rtii@gmx.de>
Date: 2013-07-29 (Mon, 29 Jul 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-29 18:35:48 +02:00
parent 82299a9f5e
commit b7b58140f4
8 changed files with 33 additions and 32 deletions

View File

@@ -41,6 +41,7 @@ class cPlayback
bool SetSpeed(int speed);
bool GetSpeed(int &speed) const;
bool GetPosition(int &position, int &duration);
void GetPts(uint64_t &pts);
bool SetPosition(int position, bool absolute = false);
void FindAllPids(uint16_t *apids, unsigned short *ac3flags, uint16_t *numpida, std::string *language);
void FindAllSubtitlePids(uint16_t *pids, uint16_t *numpids, std::string *language);