Added an 'int' typecast to calculations involving FramesPerSecond() to avoid compiler warnings

This commit is contained in:
Klaus Schmidinger
2009-01-24 11:42:24 +01:00
parent c2ecee3d40
commit fa848a6f2e
4 changed files with 12 additions and 8 deletions

View File

@@ -5956,3 +5956,5 @@ Video Disk Recorder Revision History
the actual pids of the channel.
- Fixed cDevice::PlayTsAudio() and made cDevice::PlayTsVideo() return 0 if
PlayVideo() didn't play anything.
- Added an 'int' typecast to calculations involving FramesPerSecond() to avoid
compiler warnings.