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

This commit is contained in:
Klaus Schmidinger
2005-02-12 13:52:35 +01:00
parent 25c942c0e3
commit 7e0ffb0499
3 changed files with 21 additions and 14 deletions

View File

@@ -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<68><6C>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<68><6C>ler).
- Making sure the buffer reserve in cTransfer::Action() is re-established after
clearing the buffer.