libeplayer3: move calcPts to Input class

This commit is contained in:
martii
2014-04-26 14:54:38 +02:00
parent 55c516e2d8
commit 07e6a4a9c1

View File

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