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

This commit is contained in:
Stefan Seyfried
2013-05-24 13:04:46 +02:00
parent 5f0fb850d6
commit f89f5e9ba2

View File

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