spark: implement stuff needed for PIP

note that this does now work well at least on st7162 and thus is not
really tested.
This commit is contained in:
Stefan Seyfried
2013-09-28 18:32:03 +02:00
parent 28b21d2295
commit 642de31a8b
3 changed files with 58 additions and 21 deletions

View File

@@ -490,6 +490,9 @@ bool cDemux::pesFilter(const unsigned short pid)
case DMX_VIDEO_CHANNEL:
p_flt.pes_type = DMX_PES_VIDEO;
break;
case DMX_PIP_CHANNEL: /* PIP is a special version of DMX_VIDEO_CHANNEL */
p_flt.pes_type = DMX_PES_VIDEO1;
break;
case DMX_PES_CHANNEL:
p_flt.pes_type = DMX_PES_OTHER;
p_flt.output = DMX_OUT_TAP;