summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-11-25 14:02:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-11-25 14:02:47 +0100
commit21186ced9724572d95b62e8643677e3ba23fe627 (patch)
treeeecda11218d9b8d0c8f8fedee58c44e9a7ab9308 /HISTORY
parentc13980e1307d97ccc912f1d6888fcc0c4e928b1a (diff)
downloadvdr-21186ced9724572d95b62e8643677e3ba23fe627.tar.gz
vdr-21186ced9724572d95b62e8643677e3ba23fe627.tar.bz2
Fixed getting only non-video packets in cCuttingThread::GetPendingPackets()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cee01aa2..64c1b664 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7339,10 +7339,12 @@ Video Disk Recorder Revision History
- Modified editing marks are now written to disk whenever the replay progress display
gets hidden (thanks to Christoph Haubrich).
-2012-11-21: Version 1.7.33
+2012-11-25: Version 1.7.33
- In order to be able to play TS recordings from other sources, in which there is
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
to 'bool cPatPmtParser::IsPatPmt(int Pid)'.
- Fixed learning remote control keys with the LCARS skin.
- Updated the Macedonian OSD texts (thanks to Dimitar Petrovski).
+- Fixed getting only non-video packets in cCuttingThread::GetPendingPackets() (reported
+ by Sören Moch).