summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-11 11:19:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-11 11:19:37 +0200
commitafd0dd904bff4638305472b8e0ae929f1a93fe04 (patch)
tree1d7de7fadbb9b4057361dd2d509ea96716241e07 /HISTORY
parente3e21837d06d91e3fd849af88bb2335be52c8b21 (diff)
downloadvdr-afd0dd904bff4638305472b8e0ae929f1a93fe04.tar.gz
vdr-afd0dd904bff4638305472b8e0ae929f1a93fe04.tar.bz2
Fixed handling EPG data where the 'extended event descriptor' comes before the 'short event' or a 'time shifted event'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 94653996..18a6fd9c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2129,3 +2129,5 @@ Video Disk Recorder Revision History
dvbplayer.c. Also, the long timeout in WaitForPut caused problems with cReceivers
that use a ring buffer and didn't immediately return from their Receive() function
if the buffer runs full (thanks to Sascha Volkenandt for reporting this one).
+- Fixed handling EPG data where the "extended event descriptor" comes before the
+ "short event" or a "time shifted event" (thanks to Jonan Santiago).