mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Direct access to several class members is now deprecated
This commit is contained in:
9
HISTORY
9
HISTORY
@@ -6699,7 +6699,7 @@ Video Disk Recorder Revision History
|
||||
constructor is negative (avoids the "cTimeMs: using monotonic clock..." log message
|
||||
before VDR's starting log message).
|
||||
|
||||
2011-08-20: Version 1.7.21
|
||||
2011-08-21: Version 1.7.21
|
||||
|
||||
- Fixed detecting frames for channels that split frames into several payloads
|
||||
(reported by Derek Kelly).
|
||||
@@ -6708,3 +6708,10 @@ Video Disk Recorder Revision History
|
||||
- The start time of an edited recording is now set to the time of the first
|
||||
editing mark (thanks to Udo Richter).
|
||||
This obsoletes the CUTTIME patch.
|
||||
- Direct access to the members start, priority, lifetime, and deleted of cRecording
|
||||
as well as to position and comment of cMark is now deprecated. Plugin authors
|
||||
should switch to the new access functions for these members. For now the macro
|
||||
__RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS is defined in recording.h, which
|
||||
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.
|
||||
|
Reference in New Issue
Block a user