generic-pc: without decoding, no PCR demux is needed

Origin commit data
------------------
Branch: master
Commit: f89f5e9ba2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-24 (Fri, 24 May 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-24 13:04:46 +02:00
parent bb0f574e58
commit 563938c737

View File

@@ -381,6 +381,8 @@ bool cDemux::pesFilter(const unsigned short pid)
switch (dmx_type) {
case DMX_PCR_ONLY_CHANNEL:
p_flt.pes_type = DMX_PES_PCR;
if (HAL_nodec)
return true;
break;
case DMX_AUDIO_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;