mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Log subtitle clear.
This commit is contained in:
parent
1b23074de7
commit
aad3742670
@ -366,6 +366,9 @@ void cSoftOsd::Flush(void)
|
|||||||
if (OsdLevel >= OSD_LEVEL_SUBTITLES) {
|
if (OsdLevel >= OSD_LEVEL_SUBTITLES) {
|
||||||
VideoOsdClear();
|
VideoOsdClear();
|
||||||
cSoftOsd::Dirty = 1;
|
cSoftOsd::Dirty = 1;
|
||||||
|
#ifdef OSD_DEBUG
|
||||||
|
dsyslog("[softhddev]%s: subtitle clear\n", __FUNCTION__);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsTrueColor()) {
|
if (!IsTrueColor()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user