summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:30:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-13 15:30:47 +0100
commit2781c337b18f80fc7e9a16c65064c4ef2a47b147 (patch)
tree771db4005d276cb485c2fb79ccfe998a56293ece /HISTORY
parent4bc2a502a4d9ecc5469cc035e577953ccd5c9103 (diff)
downloadvdr-2781c337b18f80fc7e9a16c65064c4ef2a47b147.tar.gz
vdr-2781c337b18f80fc7e9a16c65064c4ef2a47b147.tar.bz2
No longer using GetFont() (which is not thread safe) in cSubtitleRegion::UpdateTextData()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7ba33981..7067c91b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7041,3 +7041,4 @@ Video Disk Recorder Revision History
existing recordings is now taken into account. If this value can't be determined,
the previous value of 25.75 MB/min is taken.
- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin.
+- No longer using GetFont() (which is not thread safe) in cSubtitleRegion::UpdateTextData().