libeplayer3: move calcPts to Input class

Origin commit data
------------------
Branch: master
Commit: 07e6a4a9c1
Author: martii <m4rtii@gmx.de>
Date: 2014-04-26 (Sat, 26 Apr 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-26 14:54:38 +02:00
parent a7a0a8dab9
commit bfaa22c1ad

View File

@@ -61,6 +61,8 @@ class Input
Player *player;
AVFormatContext *avfc;
uint64_t readCount;
int64_t calcPts(AVStream * stream, int64_t pts);
public:
Input();
~Input();