summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3osd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3osd.c b/dxr3osd.c
index 5175b15..f4ac63b 100644
--- a/dxr3osd.c
+++ b/dxr3osd.c
@@ -149,6 +149,8 @@ void cDxr3Osd::Flush()
{
if (!Active())
return;
+
+#if 0
if (last->Elapsed() < cDxr3ConfigData::instance()->GetOsdFlushRate())
return;
last->Set();
@@ -304,6 +306,7 @@ void cDxr3Osd::Flush()
#ifdef timingdebug
t.Stop("cDxr3SubpictureOsd::Flush");
#endif
+#endif
}