summaryrefslogtreecommitdiff
path: root/ambithread.h
diff options
context:
space:
mode:
authorChristian Völlinger <zerov83@gmail.com>2013-12-31 15:22:29 +0100
committerChristian Völlinger <zerov83@gmail.com>2013-12-31 15:22:29 +0100
commit00e51c9708642efff7c23f235921a324e1df9a37 (patch)
tree438d3ba7b17a35bf145daee0f8d03cd78225cec0 /ambithread.h
parentd2d7b2d550f965302b1d265622d3a5f273eee39a (diff)
downloadvdr-plugin-boblight-00e51c9708642efff7c23f235921a324e1df9a37.tar.gz
vdr-plugin-boblight-00e51c9708642efff7c23f235921a324e1df9a37.tar.bz2
Rewrite of black border detection.0.0.3
Diffstat (limited to 'ambithread.h')
-rw-r--r--ambithread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ambithread.h b/ambithread.h
index 3558aea..2bf739d 100644
--- a/ambithread.h
+++ b/ambithread.h
@@ -61,8 +61,8 @@ class cAmbiThread : public cThread, public cAmbiService
int loopActive;
Pixel* image;
- int cineBarsHor;
- int cineBarsVer;
+ int xBarHeight;
+ int yBarWidth;
int imageSize;
int imageWidth;
int imageHeight;