summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 2bcefe74d0..5a2f0b0cc5 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2534,7 +2534,7 @@ if(step_sec>0) {
if(abs)
v_bright = v > 100 ? 100 : v;
else {
- if ( (v_bright += v) > 100 ) v_cont = 100;
+ if ( (v_bright += v) > 100 ) v_bright = 100;
}
if(v_hw_equ_cap & VEQ_CAP_BRIGHTNESS) {
if(v_bright < -100) v_bright = -100;