summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-05 08:51:57 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-05 08:51:57 +0000
commitfd4c906d13fadddc28a85ae78e004352f36b3293 (patch)
tree8cf65b4c04b2b96998ca3bdb4a89d686e2b17863 /mplayer.c
parent03e8f3eb7673e1c0c7618970967854ad27ab4934 (diff)
downloadmpv-fd4c906d13fadddc28a85ae78e004352f36b3293.tar.bz2
mpv-fd4c906d13fadddc28a85ae78e004352f36b3293.tar.xz
patch by Nilmoni Deb <ndeb@ece.cmu.edu>:
"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
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;