cFont::CreateFont() now returns a dummy font in case there are no fonts installed

This commit is contained in:
Klaus Schmidinger
2014-01-25 14:26:26 +01:00
parent c7316989f5
commit 6bd94489de
3 changed files with 17 additions and 14 deletions

View File

@@ -7870,9 +7870,11 @@ Video Disk Recorder Revision History
and also to use the correct directory with --edit (the latter reported by Marko
M<>kel<65>).
2014-01-16: Version 2.0.6
2014-01-25: Version 2.0.6
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
This prevents a crash with the LCARS skin on a system that has no fonts.
- Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10 in order to be able to record
channels that need more than 5 TS packets for detecting frame borders (reported by
Eike Sauer).