diff options
author | horchi <vdr@jwendel.de> | 2020-08-21 16:36:52 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-08-21 16:36:52 +0200 |
commit | 740602403557156183e5fdedca7f0e9b9618897f (patch) | |
tree | 682debe540be0d18547c47f4ff09ddd1b5673d75 /seduthread.h | |
parent | 6853f2b6327e468efb77fa989dfa6080c257cf6c (diff) | |
download | vdr-plugin-seduatmo-740602403557156183e5fdedca7f0e9b9618897f.tar.gz vdr-plugin-seduatmo-740602403557156183e5fdedca7f0e9b9618897f.tar.bz2 |
2020-08-21: Version 0.0.10\n - added: Auto powerof by TV state (option -t <ip\ndns>)\n\n0.0.10
Diffstat (limited to 'seduthread.h')
-rw-r--r-- | seduthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/seduthread.h b/seduthread.h index a2bbbfb..28d538d 100644 --- a/seduthread.h +++ b/seduthread.h @@ -161,7 +161,7 @@ class cSeduThread : public cThread, public cSeduService int grabImage(); int detectCineBars(); - int putData(); + int putData(ViewMode mode); void threshold(Pixel* p); void whiteAdj(Pixel* p); |