[Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.10,1.11

Arpi of Ize arpi at mplayer.dev.hu
Thu Nov 22 01:01:12 CET 2001


Update of /cvsroot/mplayer/main/loader/dshow
In directory mplayer:/var/tmp.root/cvs-serv8104

Modified Files:
	DS_VideoDecoder.c 
Log Message:
xine's bugs fixed - YV50 yv12 and setup_fs

Index: DS_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_VideoDecoder.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DS_VideoDecoder.c	21 Nov 2001 23:42:06 -0000	1.10
+++ DS_VideoDecoder.c	22 Nov 2001 00:01:10 -0000	1.11
@@ -166,7 +166,7 @@
 	case fccMP42:
 	case fccWMV2:
 	    //YV12 seems to be broken for DivX :-) codec
-	case fccIV50:
+//	case fccIV50:
 	    //produces incorrect picture
 	    //m_Caps = (CAPS) (m_Caps & ~CAP_YV12);
 	    //m_Caps = CAP_UYVY;//CAP_YUY2; // | CAP_I420;
@@ -290,7 +290,7 @@
     // crashes inside ...->Receive() fixed now?
     //
     // nope - but this is surely helpfull - I'll try some more experiments
-    //Setup_FS_Segment();
+    Setup_FS_Segment();
 #if 0
     if (!this->m_pDS_Filter || !this->m_pDS_Filter->m_pImp
 	|| !this->m_pDS_Filter->m_pImp->vt




More information about the MPlayer-cvslog mailing list