summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-11-01 14:12:31 +0100
committerJohns <johns98@gmx.net>2012-11-01 14:12:31 +0100
commitaad37426709fde33a325dacc2d078ed0635303db (patch)
treea51789dc8985d31cc93220dfa26c9892423657ff /softhddevice.cpp
parent1b23074de75309aa788d37f98fe43abb31189c9c (diff)
downloadvdr-plugin-softhddevice-aad37426709fde33a325dacc2d078ed0635303db.tar.gz
vdr-plugin-softhddevice-aad37426709fde33a325dacc2d078ed0635303db.tar.bz2
Log subtitle clear.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 831f2d2..68fdc79 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -366,6 +366,9 @@ void cSoftOsd::Flush(void)
if (OsdLevel >= OSD_LEVEL_SUBTITLES) {
VideoOsdClear();
cSoftOsd::Dirty = 1;
+#ifdef OSD_DEBUG
+ dsyslog("[softhddev]%s: subtitle clear\n", __FUNCTION__);
+#endif
}
if (!IsTrueColor()) {