diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-12 13:52:35 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-12 13:52:35 +0100 |
commit | 7e0ffb04996b7e905b0357d20c9113a24c42e9cd (patch) | |
tree | 506572b18bcc0b5621aeacf186973d685a13e281 /HISTORY | |
parent | 25c942c0e388e17ffd239e871a362d6c702eec33 (diff) | |
download | vdr-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-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |