libeplayer3: eliminate intermediate output layer

Origin commit data
------------------
Branch: master
Commit: 558b9410a8
Author: martii <m4rtii@gmx.de>
Date: 2014-04-06 (Sun, 06 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-06 13:30:20 +02:00
parent 4baf795e97
commit 5b5164d224
7 changed files with 89 additions and 470 deletions

13
libeplayer3/player.cpp Normal file
View File

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