[Mplayer-cvslog] CVS: main mplayer.c,1.418,1.419

pl pl at mplayer.dev.hu
Tue Mar 5 09:52:04 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv1422

Modified Files:
	mplayer.c 
Log Message:
patch by Nilmoni Deb <ndeb at 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 ;)


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -r1.418 -r1.419
--- mplayer.c	28 Feb 2002 13:49:03 -0000	1.418
+++ mplayer.c	5 Mar 2002 08:51:57 -0000	1.419
@@ -2534,7 +2534,7 @@
       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;




More information about the MPlayer-cvslog mailing list