send ecm pids in stream only in raw mode

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d7d81b453
Author: TangoCash <eric@loxat.de>
Date: 2022-09-09 (Fri, 09 Sep 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-09-09 22:43:15 +02:00
committed by vanhofen
parent bebbf3037a
commit e36bed649e
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ class CStreamManager : public OpenThreads::Thread
bool Listen();
bool Parse(int fd, stream_pids_t &pids, t_channel_id &chid, CFrontend * &frontend, bool &send_raw);
void AddPids(int fd, CZapitChannel * channel, stream_pids_t &pids);
void AddPids(int fd, CZapitChannel * channel, stream_pids_t &pids, bool send_raw);
void CheckStandby(bool enter);
CFrontend * FindFrontend(CZapitChannel * channel);
bool StopAll();