Made cRecordingInfo::Read(FILE *f) private

This commit is contained in:
Klaus Schmidinger
2011-04-03 11:22:16 +02:00
parent c23b6a7e13
commit 05ea68e2bb
3 changed files with 7 additions and 2 deletions

View File

@@ -6594,3 +6594,5 @@ Video Disk Recorder Revision History
(thanks to Reinhard Nissl).
- Fixed a buffer overflow in cFont::Bidi() (thanks to Reinhard Nissl).
- Added HD stream content identifiers to vdr.5 (thanks to Christoph Haubrich).
- Made cRecordingInfo::Read(FILE *f) private to avoid calls to it from outside
cRecordingInfo or cRecording (reported by Mika Laitio).