libeplayer3: merge Playback to Player class

This commit is contained in:
martii
2014-04-07 21:25:30 +02:00
parent ca5effe1bc
commit 12c9643978
8 changed files with 242 additions and 292 deletions

View File

@@ -37,7 +37,7 @@ class Input
bool isContainerRunning;
bool terminating;
Player *context;
Player *player;
AVFormatContext *avfc;
uint64_t readCount;
public: