mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
libtriple: fix cDemux::pesFilter for teletext
Origin commit data
------------------
Branch: master
Commit: d6e681faf2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-11-07 (Mon, 07 Nov 2011)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -455,6 +455,7 @@ bool cDemux::pesFilter(const unsigned short pid)
|
|||||||
flt.unloader.threshold = 8; // 1k, teletext
|
flt.unloader.threshold = 8; // 1k, teletext
|
||||||
flt.pesType = DMX_PES_OTHER;
|
flt.pesType = DMX_PES_OTHER;
|
||||||
flt.output = OUT_MEMORY;
|
flt.output = OUT_MEMORY;
|
||||||
|
break;
|
||||||
case DMX_TP_CHANNEL:
|
case DMX_TP_CHANNEL:
|
||||||
/* must be measure == true or we would have returned above */
|
/* must be measure == true or we would have returned above */
|
||||||
flt.output = OUT_MEMORY;
|
flt.output = OUT_MEMORY;
|
||||||
@@ -462,6 +463,7 @@ bool cDemux::pesFilter(const unsigned short pid)
|
|||||||
flt.unloader.threshold = 1;
|
flt.unloader.threshold = 1;
|
||||||
flt.unloader.unloader_type = UNLOADER_TYPE_MEASURE_DUMMY;
|
flt.unloader.unloader_type = UNLOADER_TYPE_MEASURE_DUMMY;
|
||||||
ioctl(fd, DEMUX_SET_MEASURE_TIME, 250000);
|
ioctl(fd, DEMUX_SET_MEASURE_TIME, 250000);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
flt.pesType = DMX_PES_OTHER;
|
flt.pesType = DMX_PES_OTHER;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user