diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-21 13:47:07 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-21 13:47:07 +0200 |
commit | dac837d38d4a84d785fc11da7e276ffcc22ec331 (patch) | |
tree | 2a5a9e827536799f8efe40bede9b429c2106f543 /HISTORY | |
parent | 97ad2fa95df2f03e4c1dff9d4ff2d5abcaad42d8 (diff) | |
download | vdr-dac837d38d4a84d785fc11da7e276ffcc22ec331.tar.gz vdr-dac837d38d4a84d785fc11da7e276ffcc22ec331.tar.bz2 |
Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |