summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-29 12:18:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-29 12:18:27 +0100
commit5f7df33b1cabf1366eb414de1ac650c406d01ae3 (patch)
treefe3315dd0322158a1fc82b9235fc1bd8d414b3c9 /HISTORY
parentaa64d64d904f2057f8367e9b0ee8f1441d1b7573 (diff)
downloadvdr-5f7df33b1cabf1366eb414de1ac650c406d01ae3.tar.gz
vdr-5f7df33b1cabf1366eb414de1ac650c406d01ae3.tar.bz2
The SVDRP command GRAB now determines the image type from the extension of the given file name
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1e02a787..00065c62 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4008,3 +4008,7 @@ Video Disk Recorder Revision History
- Dropped the unused "stop recording on primary interface" stuff.
- Converting a grabbed image to JPEG is now done with the new function
RgbToJpeg() (see tools.h).
+- The SVDRP command GRAB now determines the image type (JPEG or PNM) from the
+ 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.