diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-29 17:24:22 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-29 17:24:22 +0200 |
commit | 7349c1c5ec5377857fdf8dde0bcc3c06ef114787 (patch) | |
tree | 7e3fddc0c6db31f46dcb3fbacb320946a79b74e2 /dxr3osd.c | |
parent | a73ccf0fbd5ee4352c96dafc731f0352c7d02101 (diff) | |
download | vdr-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |