DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same

Origin commit data
------------------
Branch: master
Commit: 58d27530c3
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-10-02 (Sat, 02 Oct 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2021-10-02 22:27:44 +02:00
committed by vanhofen
parent 90a73b86c6
commit bb4911e978
8 changed files with 79 additions and 32 deletions

View File

@@ -511,7 +511,6 @@ bool cDemux::pesFilter(const unsigned short _pid)
switch (dmx_type)
{
case DMX_PIP_CHANNEL:
case DMX_VIDEO_CHANNEL:
switch (num)
{
@@ -532,18 +531,15 @@ bool cDemux::pesFilter(const unsigned short _pid)
break;
case DMX_PES_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TAP;
p_flt.output = DMX_OUT_TAP;
break;
#if 0
case DMX_PSI_CHANNEL:
break;
case DMX_PIP_CHANNEL: /* PIP is a special version of DMX_VIDEO_CHANNEL */
p_flt.pes_type = DMX_PES_VIDEO1;
break;
#endif
case DMX_TP_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TSDEMUX_TAP;
p_flt.output = DMX_OUT_TSDEMUX_TAP;
break;
case DMX_PCR_ONLY_CHANNEL:
switch (num)