Subtitle PIDs are now also decrypted

This commit is contained in:
Klaus Schmidinger
2011-05-21 15:24:10 +02:00
parent 8cb8e6333a
commit 80e3c06fa7
3 changed files with 13 additions and 7 deletions

View File

@@ -6607,7 +6607,7 @@ Video Disk Recorder Revision History
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
2011-05-15: Version 1.7.19
2011-05-21: Version 1.7.19
- Fixed cString's operator=(const char *String) in case the given string is the
same as the existing one (thanks to Dirk Leber).
@@ -6620,3 +6620,4 @@ Video Disk Recorder Revision History
Makefile accordingly by changing "$^" to "`ls $^`".
- The primary device is now only avoided for recording if it is an old SD full
featured card. This is done through the new function cDevice::AvoidRecording().
- Subtitle PIDs are now also decrypted (thanks to Reinhard Nissl).