Now avoiding the memcpy() call in cGlyph::cGlyph() if the bitmap is empty

This commit is contained in:
Klaus Schmidinger
2022-12-06 12:30:13 +01:00
parent c06d2389e9
commit 0bb6f87776
3 changed files with 6 additions and 2 deletions

View File

@@ -9826,3 +9826,5 @@ Video Disk Recorder Revision History
- Fixed initializing cDvbPlayerControl and cTransferControl (reported by Marko M<>kel<65>).
- Now avoiding calling poll() in cSectionHandler::Action() if there are no filters
(reported by Marko M<>kel<65>).
- Now avoiding the memcpy() call in cGlyph::cGlyph() if the bitmap is empty (thanks
to Marko M<>kel<65>).