summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-08 10:29:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-08 10:29:32 +0100
commit245ae52d36043db99206d912ba38aac3a3a783bc (patch)
tree06b4177df2163fb370ba35703f7244c6ff3f79fa /HISTORY
parent7f66e1573e056b26598cb8d37b5f65fe7276eb25 (diff)
downloadvdr-245ae52d36043db99206d912ba38aac3a3a783bc.tar.gz
vdr-245ae52d36043db99206d912ba38aac3a3a783bc.tar.bz2
There is no more fixed limit to the maximum number of cPixmap objects an OSD can create
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3bf23d1e..a74342d8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7578,3 +7578,7 @@ Video Disk Recorder Revision History
available and has the same effect as --dirnames=250,40,1.
- The macro MaxFileName is now obsolete and may be removed in future versions. Use
NAME_MAX directly instead.
+- There is no more fixed limit to the maximum number of cPixmap objects an OSD can
+ create. However, a particular device may still be unable to create an arbitrary
+ number of pixmaps, due to limited resources. So it's always a good idea to use
+ as few pixmaps as possible.