cDvbPlayer::Empty() subtracts 1 from readIndex, because Action() will first increment it

This commit is contained in:
Klaus Schmidinger
2009-04-19 15:17:17 +02:00
parent 3f492c4f57
commit 85645317ae
2 changed files with 4 additions and 2 deletions

View File

@@ -6054,3 +6054,5 @@ Video Disk Recorder Revision History
so that a decoder will ignore them together with any PES data collected for that
PID so far (thanks to Oliver Endriss for reporting chirping sound disturbences at
editing points in TS recordings).
- cDvbPlayer::Empty() subtracts 1 from readIndex, because Action() will first
increment it.