summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-12 13:52:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-12 13:52:35 +0100
commit7e0ffb04996b7e905b0357d20c9113a24c42e9cd (patch)
tree506572b18bcc0b5621aeacf186973d685a13e281 /HISTORY
parent25c942c0e388e17ffd239e871a362d6c702eec33 (diff)
downloadvdr-7e0ffb04996b7e905b0357d20c9113a24c42e9cd.tar.gz
vdr-7e0ffb04996b7e905b0357d20c9113a24c42e9cd.tar.bz2
Removed the "Cleared/PlayPes(NULL, 0)" handling from cTransfer::Action(); Making sure the buffer reserve in cTransfer::Action() is re-established after clearing the buffer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index eaf01f6b..30e49dd5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3392,3 +3392,7 @@ Video Disk Recorder Revision History
the function the substream id of the given audio packet, so that a plugin can
take the right action for the various kinds if audio data (based on suggestions
by Werner Fink and Macro Schlüßler).
+- Removed the "Cleared/PlayPes(NULL, 0)" handling from cTransfer::Action(), since this
+ is now done when attaching the player to the device (thanks to Marco Schlüßler).
+- Making sure the buffer reserve in cTransfer::Action() is re-established after
+ clearing the buffer.