summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-23 14:29:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-23 14:29:35 +0100
commit039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6 (patch)
tree179cf3e70111d94828fb3c757f7c1f1403ead411 /HISTORY
parent211565c034f6b08f8ddd0a1e67ae187dc93c0e33 (diff)
downloadvdr-039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6.tar.gz
vdr-039cdaecb524af3ff521d18e8c7a0b5c0f4e67a6.tar.bz2
Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer1.3.19
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index dbcb20dc..9ed470d5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3330,3 +3330,5 @@ Video Disk Recorder Revision History
to Marco Schlüßler for a patch that implements substream handling into
cDevice::PlayPesPacket(), and Reinhard Nissl for adding substream handling to
cDolbyRepacker).
+- Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer
+ to avoid overflows (thanks to Marco Schlüßler for pointing this out).