summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-21 13:34:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-21 13:34:40 +0200
commite33ba08af4548210034ce628c4bb5fa69b08b4e0 (patch)
treea279fddebc5623aee4f5e80cc220dc90620c5a73 /HISTORY
parentb14d498613ce2ccbdf487b5dae2394bbdc8a6478 (diff)
downloadvdr-e33ba08af4548210034ce628c4bb5fa69b08b4e0.tar.gz
vdr-e33ba08af4548210034ce628c4bb5fa69b08b4e0.tar.bz2
Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of the buffer has been accepted by the device
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f1a84adc..823aeef8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6140,3 +6140,5 @@ Video Disk Recorder Revision History
- Fixed storing the current OSD size in case the device has
changed it in its setup menu (reported by Reinhard Nissl).
+- Fixed cDevice::PlayTsVideo() and cDevice::PlayTsAudio() in case only part of the
+ buffer has been accepted by the device (reported by Udo Richter).