summaryrefslogtreecommitdiff
path: root/dxr3osd.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-09-29 17:24:22 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-09-29 17:24:22 +0200
commit7349c1c5ec5377857fdf8dde0bcc3c06ef114787 (patch)
tree7e3fddc0c6db31f46dcb3fbacb320946a79b74e2 /dxr3osd.c
parenta73ccf0fbd5ee4352c96dafc731f0352c7d02101 (diff)
downloadvdr-plugin-dxr3-7349c1c5ec5377857fdf8dde0bcc3c06ef114787.tar.gz
vdr-plugin-dxr3-7349c1c5ec5377857fdf8dde0bcc3c06ef114787.tar.bz2
disable old spu encoding stuff
Diffstat (limited to 'dxr3osd.c')
-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
}