summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-14 10:50:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-14 10:50:55 +0100
commitdb47cdaa1a0c7f57fc826d7906a01e5e98dd719a (patch)
tree01e794e3a76853fc63d8190c581426b85d412a72 /HISTORY
parent7062583ab40bec2ee63e84adbbd8e3e1740729bf (diff)
downloadvdr-db47cdaa1a0c7f57fc826d7906a01e5e98dd719a.tar.gz
vdr-db47cdaa1a0c7f57fc826d7906a01e5e98dd719a.tar.bz2
Use of the function cOsd::GetBitmap() outside of derived classes is now deprecated
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ed153e38..65c06ae7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8361,3 +8361,7 @@ Video Disk Recorder Revision History
- Added handling for DTS audio tracks to cPatPmtParser::ParsePmt() (thanks to
Thomas Reufer).
- Added support for PGS subtitles (thanks to Thomas Reufer).
+- Use of the function cOsd::GetBitmap() outside of derived classes is now deprecated,
+ and it may be made 'protected' in a future version, since it doesn't work with
+ TrueColor OSDs. Plugin authors may want to modify their code so that it
+ works without this function.