mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
13
libeplayer3/player.cpp
Normal file
13
libeplayer3/player.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "player.h"
|
||||
#include <string>
|
||||
|
||||
extern Output_t LinuxDvbOutput;
|
||||
|
||||
Player::Player()
|
||||
{
|
||||
output = &LinuxDvbOutput;
|
||||
}
|
||||
|
||||
Player::~Player()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user