libarmbox delete unnecessary code

Origin commit data
------------------
Branch: master
Commit: 2054081eeb
Author: max_10 <max_10@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-09-25 14:49:38 +02:00
parent 586d362a66
commit 701ed19483
10 changed files with 6 additions and 6042 deletions

View File

@@ -90,7 +90,6 @@ extern cVideo *videoDecoder;
cDemux *videoDemux = NULL;
cDemux *audioDemux = NULL;
//cDemux *pcrDemux = NULL;
static const char *DMX_T[] = {
"DMX_INVALID",
@@ -483,10 +482,10 @@ bool cDemux::pesFilter(const unsigned short pid)
_open();
memset(&p_flt, 0, sizeof(p_flt));
p_flt.pid = pid;
p_flt.pid = pid;
p_flt.output = DMX_OUT_DECODER;
p_flt.input = DMX_IN_FRONTEND;
p_flt.flags = DMX_IMMEDIATE_START;
p_flt.flags = 0;
switch (dmx_type) {
case DMX_PCR_ONLY_CHANNEL: