Added 'uchar Id' to cAudio::Play()'

This commit is contained in:
Klaus Schmidinger
2005-02-12 13:01:24 +01:00
parent d1fb8d586d
commit 25c942c0e3
6 changed files with 59 additions and 51 deletions

View File

@@ -3388,3 +3388,7 @@ Video Disk Recorder Revision History
Huelswitt).
- Completed the Danish OSD texts (thanks to Mogens Elneff).
- Forcing a new resync after a call to cRemux::Clear() (suggested by Marco Schl<68><6C>ler).
- The cAudio::Play() function now has an additional parameter 'uchar Id' which tells
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).