diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-18 09:37:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-04-18 09:37:54 +0200 |
commit | b83439b87e8e93ed5330d1f38d53577ebfdedaea (patch) | |
tree | ad9cacc2360b61aa0507787b941768779d4efce3 /HISTORY | |
parent | 5b57bdebdcecf9e544cbf0af72b77106efa62d8f (diff) | |
download | vdr-b83439b87e8e93ed5330d1f38d53577ebfdedaea.tar.gz vdr-b83439b87e8e93ed5330d1f38d53577ebfdedaea.tar.bz2 |
Fixed the MEGABYTE() macro to make it correctly handle parameters resulting in values larger than 2GB
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6031,7 +6031,7 @@ Video Disk Recorder Revision History Oliver Endriss for reporting this). - Improved efficiency of cEIT::cEIT() (thanks to Tobias Bratfisch). -2009-04-13: Version 1.7.6 +2009-04-18: Version 1.7.6 - cDevice::PlayTs() now syncs on the TS packet sync bytes. - Made MAXFRAMESIZE a multiple of TS_SIZE to avoid breaking up TS packets. @@ -6041,3 +6041,5 @@ Video Disk Recorder Revision History (thanks to Helmut Auer). - Added cThread::SetIOPriority() and using it in cRemoveDeletedRecordingsThread (thanks to Rolf Ahrenberg). +- Fixed the MEGABYTE() macro to make it correctly handle parameters resulting in + values larger than 2GB. |