Fix bug: hue menu entry changes brightness.

This commit is contained in:
Johns 2012-09-14 16:53:13 +02:00
parent 142c3b16f6
commit 0a78944996
1 changed files with 1 additions and 1 deletions

View File

@ -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) {