cAudio::Play() now also gets the 0xC0...0xDF audio

This commit is contained in:
Klaus Schmidinger
2005-02-13 09:54:51 +01:00
parent 78598e1a0a
commit e972c0464a
3 changed files with 12 additions and 6 deletions

View File

@@ -3390,8 +3390,9 @@ Video Disk Recorder Revision History
- 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).
take the right action for the various kinds if audio data - which now also includes
"normal" audio with ids 0xC0...0xDF (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