cOsdProvider::NewOsd() now always returns a valid pointer

This commit is contained in:
Klaus Schmidinger
2004-10-16 11:05:14 +02:00
parent 1a2ddff60d
commit 27895be475
3 changed files with 13 additions and 9 deletions

View File

@@ -3009,3 +3009,6 @@ Video Disk Recorder Revision History
- Fixed a possible crash with inconsistent SI data (thanks to Marcel Wiesweg).
- Fixed showing the replay mode if the OSD is currently in use (thanks to Kimmo
Tykkala for pointing out this problem).
- cOsdProvider::NewOsd() now always returns a valid pointer, even if the OSD is
currently in use (it will then return a dummy cOsd object and write a message to
the log file).