summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-12 13:01:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-12 13:01:24 +0100
commit25c942c0e388e17ffd239e871a362d6c702eec33 (patch)
tree889e29837c839d03eff55bbfe09f479faf29fdf7 /HISTORY
parentd1fb8d586d1d51028bd7d555ee63d40d27449fb5 (diff)
downloadvdr-25c942c0e388e17ffd239e871a362d6c702eec33.tar.gz
vdr-25c942c0e388e17ffd239e871a362d6c702eec33.tar.bz2
Added 'uchar Id' to cAudio::Play()'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 414f7c75..eaf01f6b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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üß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).