Added PlayPes(NULL, 0) to cTransfer::Action() when clearing the transfer buffer

This commit is contained in:
Klaus Schmidinger
2005-01-23 14:29:35 +01:00
parent 211565c034
commit 039cdaecb5
3 changed files with 6 additions and 1 deletions

View File

@@ -3330,3 +3330,5 @@ Video Disk Recorder Revision History
to Marco Schl<68><6C>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<68><6C>ler for pointing this out).