Added a note to cTsToPes::GetPes() about having to call it repeatedly, once it has returned a non-NULL value

This commit is contained in:
Klaus Schmidinger
2009-05-10 13:52:46 +02:00
parent ac3db05853
commit 7e4aed4927
2 changed files with 8 additions and 1 deletions

View File

@@ -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.