summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-16 14:44:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-16 14:44:55 +0100
commit71dc09e788f3bc44d8feb7f6724d1ed6698c3acc (patch)
treec3b8245a19de9452353032af35a79839818795f4 /HISTORY
parent329d7da4ecb00852a980ba407cf6cabd648d1e95 (diff)
downloadvdr-71dc09e788f3bc44d8feb7f6724d1ed6698c3acc.tar.gz
vdr-71dc09e788f3bc44d8feb7f6724d1ed6698c3acc.tar.bz2
Fixed returning complete PES packets in cTsToPes::GetPes()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a14dff9a..7c610ad5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5925,3 +5925,5 @@ Video Disk Recorder Revision History
- Added a typecast in cUnbufferedFile::Write() to avoid an error message when
compiling on 64 bit systems.
- Added some missing 'const' statements to cBitmap (thanks to Andreas Regel).
+- Fixed returning complete PES packets in cTsToPes::GetPes() (thanks to Reinhard
+ Nissl).