[Mplayer-cvslog] CVS: main dec_video.c,1.91,1.92

Nick Kurshev nick at mplayer.dev.hu
Fri Feb 1 11:01:58 CET 2002


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

Modified Files:
	dec_video.c 
Log Message:
Optimize DirectShow decoding with vidix

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- dec_video.c	1 Feb 2002 08:50:45 -0000	1.91
+++ dec_video.c	1 Feb 2002 10:01:56 -0000	1.92
@@ -502,7 +502,8 @@
 
    sh_video->our_out_buffer = (char*)memalign(64,sh_video->disp_w*sh_video->disp_h*bpp/8); // FIXME!!!
 #endif
-
+   /* Warning: these pitches tested only with YUY2 fourcc */
+   pitches[0] = 16; pitches[1] = pitches[2] = 8;
    DS_SetAttr_DivX("Quality",divx_quality);
 
    DS_VideoDecoder_StartInternal(ds_vdec);




More information about the MPlayer-cvslog mailing list