raspi: switch demux target to internal decoder

This commit is contained in:
Stefan Seyfried
2013-10-10 00:05:55 +02:00
parent 7c942c3745
commit 0f9bc4f95c

View File

@@ -387,15 +387,15 @@ bool cDemux::pesFilter(const unsigned short pid)
switch (dmx_type) {
case DMX_PCR_ONLY_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TS_TAP;
p_flt.output = DMX_OUT_TAP;
break;
case DMX_AUDIO_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TS_TAP;
p_flt.output = DMX_OUT_TAP;
break;
case DMX_VIDEO_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TS_TAP;
p_flt.output = DMX_OUT_TAP;
break;
case DMX_PES_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;