libeplayer3: move calcPts to Input class

This commit is contained in:
martii
2014-04-26 14:54:38 +02:00
parent fc658e27b0
commit 1b4b110c26

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();