Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to config.h and using them to initialize Setup.NameInstantRecord

This commit is contained in:
Klaus Schmidinger
2013-02-14 15:16:46 +01:00
parent 62dfd2f996
commit 11e04d4228
4 changed files with 10 additions and 6 deletions

View File

@@ -7615,3 +7615,6 @@ Video Disk Recorder Revision History
- No longer checking for EOPNOTSUPP in cDvbTuner::GetSignalQuality() to avoid breaking
this function in case the driver suddenly decides to return a different errno value
if an operation is not supported.
- Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to
config.h and using them to initialize Setup.NameInstantRecord (avoids having the same
information in two places).