summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-10 13:52:46 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-10 13:52:46 +0200
commit7e4aed49276b3663a7d7bd69714a095e01e3b47b (patch)
tree98a38ae825724bfce124dcdc84bb4602b26f185d /HISTORY
parentac3db05853d63614d7606228d2b47eec9a4fa473 (diff)
downloadvdr-7e4aed49276b3663a7d7bd69714a095e01e3b47b.tar.gz
vdr-7e4aed49276b3663a7d7bd69714a095e01e3b47b.tar.bz2
Added a note to cTsToPes::GetPes() about having to call it repeatedly, once it has returned a non-NULL value
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fd502e07..edb75444 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6091,3 +6091,5 @@ Video Disk Recorder Revision History
- Removed limitation to PAL resolution from SPU handling.
- Checking fd_video in cDvbDevice::GetVideoSize() to avoid error messages on
systems with no real primary replay device (reported by Martin Neuditschko).
+- Added a note to cTsToPes::GetPes() about having to call it repeatedly, once
+ it has returned a non-NULL value.