[Mplayer-cvslog] CVS: main dec_video.c,1.102,1.103
    Alex Beregszaszi 
    alex at mplayer.dev.hu
       
    Tue Feb 12 18:04:46 CET 2002
    
    
  
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv15803
Modified Files:
	dec_video.c 
Log Message:
mpng: 32bpp support
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- dec_video.c	11 Feb 2002 09:15:30 -0000	1.102
+++ dec_video.c	12 Feb 2002 17:04:43 -0000	1.103
@@ -1157,7 +1157,7 @@
     decode_mpng(
         start, in_size, sh_video->our_out_buffer,
 	sh_video->disp_w,sh_video->disp_h,
-	24
+	((out_fmt&255)+7)/8
     );
     blit_frame = 3;
     break;
    
    
More information about the MPlayer-cvslog
mailing list