mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: implement Output class
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
#include "player.h"
|
||||
#include <string>
|
||||
|
||||
extern Output_t LinuxDvbOutput;
|
||||
|
||||
Player::Player()
|
||||
{
|
||||
output = &LinuxDvbOutput;
|
||||
}
|
||||
|
||||
Player::~Player()
|
||||
|
Reference in New Issue
Block a user