mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
eitd: sectionsd after cleanup, dvbsi++ based, for testing
Origin commit data
------------------
Branch: ni/coolstream
Commit: abec14bd74
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-10 (Fri, 10 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -62,6 +62,7 @@ void SIevent::parse(Event &event)
|
||||
uint8_t duration_hi = (duration >> 16) & 0xFF;
|
||||
uint8_t duration_mid = (duration >> 8) & 0xFF;
|
||||
uint8_t duration_lo = duration & 0xFF;
|
||||
|
||||
if (!((duration_hi == 0xff) && (duration_mid == 0xff) && (duration_lo == 0xff)))
|
||||
duration = ((duration_hi)>>4)*10*3600L + ((duration_hi)&0x0f)*3600L +
|
||||
((duration_mid)>>4)*10*60L + ((duration_mid)&0x0f)*60L +
|
||||
|
Reference in New Issue
Block a user