[Mplayer-cvslog] CVS: main/libvo vo_png.c,1.14,1.15

Michael Niedermayer michael at mplayer.dev.hu
Thu Feb 21 22:15:48 CET 2002


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

Modified Files:
	vo_png.c 
Log Message:
fixing scaled output 


Index: vo_png.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_png.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vo_png.c	17 Feb 2002 08:24:43 -0000	1.14
+++ vo_png.c	21 Feb 2002 21:15:40 -0000	1.15
@@ -94,8 +94,8 @@
 	case IMGFMT_I420:
 	case IMGFMT_YV12:
 	     bpp = 24;
-	     cspace = RGB;
-	     yuv2rgb_init(bpp,MODE_BGR);
+	     cspace = BGR;
+	     yuv2rgb_init(bpp,MODE_RGB);
 	     image_data = malloc(image_width*image_height*3);
 	break;
 	default:




More information about the MPlayer-cvslog mailing list