summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-29 14:51:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-29 14:51:59 +0100
commitcb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23 (patch)
tree5ff205432bb58eaeb831ac9a789559a2bdb7a42b /HISTORY
parent5f7df33b1cabf1366eb414de1ac650c406d01ae3 (diff)
downloadvdr-cb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23.tar.gz
vdr-cb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23.tar.bz2
cDevice::GrabImage() now returns a pointer to the image in memory; cDevice::GrabImageFile() grabs the image to a file
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 00065c62..a486602f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4012,3 +4012,8 @@ Video Disk Recorder Revision History
extension (".jpg", ".jpeg" or ".pnm") of the given file name. The explicit
'jpeg' or 'pnm' parameter is still accepted for backward compatibility, but
has no meaning any more.
+- The function cDevice::GrabImage() no longer writes the grabbed image to a
+ file, but rather returns a pointer to the image in memory. The wrapper
+ function cDevice::GrabImageFile() can be used to write the grabbed image
+ directly to a file. Plugins that used the old version of cDevice::GrabImage()
+ need to be adapted to the new interface.