Added some typecasts to silence gcc compiler warnings

This commit is contained in:
Klaus Schmidinger
2012-02-26 14:02:17 +01:00
parent aaca30f2ac
commit cd0f403bbc
6 changed files with 22 additions and 20 deletions

View File

@@ -6889,7 +6889,7 @@ Video Disk Recorder Revision History
- Fixed switching into time shift mode when pausing live video (thanks to Reinhard
Nissl for helping to debug this one).
2012-02-25: Version 1.7.25
2012-02-26: Version 1.7.25
- The fps value for channels where it differs from the default is now set correctly
when pausing live video.
@@ -6922,3 +6922,4 @@ Video Disk Recorder Revision History
EPG source can fill the schedules with EPG data that will not be messed up with
that from the DVB data stream. Note, though, that this means VDR can not do VPS
controlled recordings with such events!
- Added some typecasts to silence gcc compiler warnings (thanks to Rolf Ahrenberg).