mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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
14 lines
143 B
C++
14 lines
143 B
C++
#include "player.h"
|
|
#include <string>
|
|
|
|
extern Output_t LinuxDvbOutput;
|
|
|
|
Player::Player()
|
|
{
|
|
output = &LinuxDvbOutput;
|
|
}
|
|
|
|
Player::~Player()
|
|
{
|
|
}
|