libeplayer3: implement Output class

This commit is contained in:
martii
2014-04-06 18:19:00 +02:00
parent f945fe34aa
commit 6e37a5bcc1
12 changed files with 370 additions and 657 deletions

View File

@@ -1,11 +1,8 @@
#include "player.h"
#include <string>
extern Output_t LinuxDvbOutput;
Player::Player()
{
output = &LinuxDvbOutput;
}
Player::~Player()