diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-13 09:54:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-13 09:54:51 +0100 |
commit | e972c0464adc6cb21de16867473f3f6ddefcb2bb (patch) | |
tree | 500ef6e0cab883cc1f682cfe897d7e23572d647b /HISTORY | |
parent | 78598e1a0a72891765db618f46a99a3dd477776d (diff) | |
download | vdr-e972c0464adc6cb21de16867473f3f6ddefcb2bb.tar.gz vdr-e972c0464adc6cb21de16867473f3f6ddefcb2bb.tar.bz2 |
cAudio::Play() now also gets the 0xC0...0xDF audio
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3390,8 +3390,9 @@ Video Disk Recorder Revision History - Forcing a new resync after a call to cRemux::Clear() (suggested by Marco Schlüß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üß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üß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üßler). - Making sure the buffer reserve in cTransfer::Action() is re-established after |