summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-04 10:24:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-04 10:24:43 +0100
commit5fdc421a10da88f670ed44851e12554b36dd7a76 (patch)
tree77f4e90775922bd1437cd4caba6e42c068265b3a /HISTORY
parentf0741c95c02f81ac607493bfa891bddfa64bbbf2 (diff)
downloadvdr-5fdc421a10da88f670ed44851e12554b36dd7a76.tar.gz
vdr-5fdc421a10da88f670ed44851e12554b36dd7a76.tar.bz2
Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier process the audio data
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0904a204..eba8fb7b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4271,7 +4271,7 @@ Video Disk Recorder Revision History
- Separated the 'install' target into several individual targets; renamed the
'plugins-install' target to 'install-plugins' (thanks to Helmut Auer).
-2006-02-03: Version 1.3.42
+2006-02-04: Version 1.3.42
- Removed leftover 'needsBufferReserve' variable from cTransfer (thanks to Marco
Schlüßler).
@@ -4281,3 +4281,5 @@ Video Disk Recorder Revision History
- Fixed handling "pending" timers that blocked others that actually could record
(reported by Thomas Koch).
- Speeded up cVideoRepacker (thanks to Reinhard Nissl).
+- Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier
+ process the audio data (thanks to Marco Schlüßler).