[Mplayer-cvslog] CVS: main mplayer.c,1.418,1.419
    pl 
    pl at mplayer.dev.hu
       
    Tue Mar  5 09:52:04 CET 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian cd-dvd.html,1.1,1.2 documentation.html,1.2,1.3 encoding.html,1.1,1.2 faq.html,1.1,1.2 sound.html,1.1,1.2 video.html,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libao2 pl_volnorm.c,NONE,1.1 Makefile,1.20,1.21 audio_plugin.h,1.8,1.9
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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;
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian cd-dvd.html,1.1,1.2 documentation.html,1.2,1.3 encoding.html,1.1,1.2 faq.html,1.1,1.2 sound.html,1.1,1.2 video.html,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/libao2 pl_volnorm.c,NONE,1.1 Makefile,1.20,1.21 audio_plugin.h,1.8,1.9
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list