Now avoiding unnecessary processing in cDvbSubtitleConverter::FinishPage() if there are no areas

This commit is contained in:
Klaus Schmidinger
2022-12-06 16:57:01 +01:00
parent 0bb6f87776
commit 5b176f97a4
3 changed files with 8 additions and 2 deletions

View File

@@ -9828,3 +9828,5 @@ Video Disk Recorder Revision History
(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>).
- Now avoiding unnecessary processing in cDvbSubtitleConverter::FinishPage() if there
are no areas (thanks to Marko M<>kel<65>).