Renamed cBitmap::Scale() to Scaled()

This commit is contained in:
Klaus Schmidinger
2011-03-27 11:54:07 +02:00
parent 8768a9c321
commit 08d5ad047a
4 changed files with 8 additions and 6 deletions

View File

@@ -6575,3 +6575,5 @@ Video Disk Recorder Revision History
- Fixed the Language header of the Serbian translation file (thanks to Ville Skytt<74>).
- Added anti-aliasing when upscaling bitmaps (improves the display of SD subtitles
when replayed on an HD OSD).
- Renamed cBitmap::Scale() to Scaled(), because it doesn't modify the bitmap itself,
but rather returns a scaled copy.