summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-11-22 13:25:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-11-22 13:25:16 +0100
commitc8402639f60ce0feec31c31748d1162d40754012 (patch)
tree3b49b0bf2da059873f03f6c96197f4d444f37bae /HISTORY
parentd8857154a1a193251705088d3a064f6ded5ad6ee (diff)
downloadvdr-c8402639f60ce0feec31c31748d1162d40754012.tar.gz
vdr-c8402639f60ce0feec31c31748d1162d40754012.tar.bz2
Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bcefec4e..8840c3d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6189,3 +6189,5 @@ Video Disk Recorder Revision History
- The cRingBufferLinear::Read() function now returns -1 and sets errno to
EAGAIN if the buffer is already full.
- Fixed handling DVB subtitles for PES recordings (thanks to Rolf Ahrenberg).
+- Added the audio id to the call of PlayAudio() in cDevice::PlayTsAudio()
+ (thanks to Andreas Schaefers).