summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-08-21 13:47:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-08-21 13:47:07 +0200
commitdac837d38d4a84d785fc11da7e276ffcc22ec331 (patch)
tree2a5a9e827536799f8efe40bede9b429c2106f543 /HISTORY
parent97ad2fa95df2f03e4c1dff9d4ff2d5abcaad42d8 (diff)
downloadvdr-dac837d38d4a84d785fc11da7e276ffcc22ec331.tar.gz
vdr-dac837d38d4a84d785fc11da7e276ffcc22ec331.tar.bz2
Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 06a1a359..3140377c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6715,3 +6715,6 @@ Video Disk Recorder Revision History
exposes these members, so that existing plugins will still compile. Comment out
this #define to check whether a particular plugin needs to be modified.
This #define may be removed in a future version.
+- The new functions cRecording::NumFrames() and cRecording::LengthInSeconds() return
+ the number of frames and length (in seconds) of a recording (suggested by Steffen
+ Barszus).