From fd4c906d13fadddc28a85ae78e004352f36b3293 Mon Sep 17 00:00:00 2001 From: pl Date: Tue, 5 Mar 2002 08:51:57 +0000 Subject: [PATCH] patch by Nilmoni Deb : "Ok folks, I got it at last. It must have been a careless error caused during cut and paste. So here's the patch. " which is shortened to '10L' in mplayer dev's language ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4941 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;