Made it clear that the Data parameter in cDevice::StillPicture() may point to a series of packets, not just a single one

This commit is contained in:
Klaus Schmidinger
2013-12-25 13:12:07 +01:00
parent 20791e4d95
commit 21c8829783
3 changed files with 8 additions and 2 deletions

View File

@@ -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).