summaryrefslogtreecommitdiff
path: root/command/video.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-14 11:50:09 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-14 11:50:09 +0100
commit92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f (patch)
tree851db7a7ea6c7177e6402bbfe1b8950a062b6f3b /command/video.h
parentb48a0e3f7bee7f9fc4825e0bce4c06ed90d3794c (diff)
downloadvdr-plugin-markad-92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f.tar.gz
vdr-plugin-markad-92599dbf7638540b9ed9ff3dbd6f2625c1c3f45f.tar.bz2
Improved stop detection
H262 fps detection bugfix
Diffstat (limited to 'command/video.h')
-rw-r--r--command/video.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/command/video.h b/command/video.h
index 9606f8b..f4abbec 100644
--- a/command/video.h
+++ b/command/video.h
@@ -136,6 +136,11 @@ public:
if (area.status==LOGO_VISIBLE)
area.status=LOGO_INVISIBLE;
}
+ void SetStatusUninitialized()
+ {
+ if (area.status!=LOGO_UNINITIALIZED)
+ area.status=LOGO_UNINITIALIZED;
+ }
void Clear();
};