Moved cleaning up the EPG data and writing the epg.data file into a separate thread to avoid sluggish response to user input on slow systems

This commit is contained in:
Klaus Schmidinger
2012-09-24 13:41:54 +02:00
parent 7cdfca45f4
commit 6f1577a659
5 changed files with 89 additions and 33 deletions

View File

@@ -2955,3 +2955,7 @@ Jens Vogel <jens.vogel@akjv.de>
for suggesting to make cPatPmtParser::ParsePmt() also recognize stream type 0x81
as "AC3", so that recordings that have been converted from the old PES format to
TS can be played
S<EFBFBD>ren Moch <smoch@web.de>
for a patch that was used to move cleaning up the EPG data and writing the epg.data
file into a separate thread to avoid sluggish response to user input on slow systems