summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-25 13:12:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-25 13:12:07 +0100
commit21c8829783f7f4d6b7bc13bc405196182910c3e6 (patch)
treec597275aa9cdb3d90baa375191f56be906d7102f /HISTORY
parent20791e4d95ab30d40da0a51dac3c7a35a89103d8 (diff)
downloadvdr-21c8829783f7f4d6b7bc13bc405196182910c3e6.tar.gz
vdr-21c8829783f7f4d6b7bc13bc405196182910c3e6.tar.bz2
Made it clear that the Data parameter in cDevice::StillPicture() may point to a series of packets, not just a single one
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6adbc91e..2bfb1f10 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8076,3 +8076,5 @@ Video Disk Recorder Revision History
caller to have it display only a certain subset of the recordings (thanks to Lars
Hanisch).
- Added handling UTF-8 'umlaut' characters to cKbdRemote (thanks to Lars Hanisch).
+- Made it clear that the Data parameter in cDevice::StillPicture() may point to a
+ series of packets, not just a single one (thanks to Thomas Reufer).