summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-09-14 16:53:13 +0200
committerJohns <johns98@gmx.net>2012-09-14 16:53:13 +0200
commit0a78944996844ced1159e28cc49d46c6b2fcc5fd (patch)
treeb1f4eae2eb8e8ca3754c899e8d9bec34f96fb0a0 /softhddevice.cpp
parent142c3b16f6588d160298cf16180b956a5f6770cc (diff)
downloadvdr-plugin-softhddevice-0a78944996844ced1159e28cc49d46c6b2fcc5fd.tar.gz
vdr-plugin-softhddevice-0a78944996844ced1159e28cc49d46c6b2fcc5fd.tar.bz2
Fix bug: hue menu entry changes brightness.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 16064c9..05a7ace 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -748,7 +748,7 @@ void cMenuSetupSoft::Create(void)
0, 10000, tr("min"), tr("max")));
Add(new cMenuEditIntItem(tr("Saturation (0..10000) (vdpau)"),
&Saturation, 0, 10000, tr("min"), tr("max")));
- Add(new cMenuEditIntItem(tr("Hue (-3141..3141) (vdpau)"), &Brightness,
+ Add(new cMenuEditIntItem(tr("Hue (-3141..3141) (vdpau)"), &Hue,
-3141, 3141, tr("min"), tr("max")));
for (i = 0; i < RESOLUTIONS; ++i) {