mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
fix last merge
Origin commit data
------------------
Commit: 4bbfbe997b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-25 (Tue, 25 Oct 2016)
Origin message was:
------------------
- fix last merge
This commit is contained in:
@@ -56,10 +56,7 @@
|
|||||||
#include <driver/streamts.h>
|
#include <driver/streamts.h>
|
||||||
#include <driver/record.h>
|
#include <driver/record.h>
|
||||||
#include <driver/genpsi.h>
|
#include <driver/genpsi.h>
|
||||||
/* merge conflict */
|
|
||||||
#if 0
|
|
||||||
#include <system/set_threadname.h>
|
#include <system/set_threadname.h>
|
||||||
#endif
|
|
||||||
#include <gui/movieplayer.h>
|
#include <gui/movieplayer.h>
|
||||||
#include <cs_api.h>
|
#include <cs_api.h>
|
||||||
|
|
||||||
@@ -168,13 +165,9 @@ void CStreamInstance::RemoveClient(int clientfd)
|
|||||||
|
|
||||||
bool CStreamInstance::Open()
|
bool CStreamInstance::Open()
|
||||||
{
|
{
|
||||||
/* merge conflict */
|
|
||||||
#if 0
|
|
||||||
printf("CStreamInstance::run: %" PRIx64 "\n", channel_id);
|
printf("CStreamInstance::run: %" PRIx64 "\n", channel_id);
|
||||||
set_threadname("n:streaminstance");
|
set_threadname("n:streaminstance");
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CZapitChannel * tmpchan = CServiceManager::getInstance()->FindChannel(channel_id);
|
CZapitChannel * tmpchan = CServiceManager::getInstance()->FindChannel(channel_id);
|
||||||
if (!tmpchan)
|
if (!tmpchan)
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user