summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-24 11:42:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-24 11:42:24 +0100
commitfa848a6f2ed16af75f4a971968c3a7d469fbd76a (patch)
tree3792ca4ddf633e8389929b668bd128eabf8737b1 /HISTORY
parentc2ecee3d40438bbc0e736d19ecaacdca45b5fa4e (diff)
downloadvdr-fa848a6f2ed16af75f4a971968c3a7d469fbd76a.tar.gz
vdr-fa848a6f2ed16af75f4a971968c3a7d469fbd76a.tar.bz2
Added an 'int' typecast to calculations involving FramesPerSecond() to avoid compiler warnings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 25241902..ffdfa80c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.