changeset 3060:33989b5b8d02

xine's bugs fixed - YV50 yv12 and setup_fs
author arpi
date Thu, 22 Nov 2001 00:01:10 +0000
parents 24fa494bedb1
children 6d8116bbf3b2
files loader/dshow/DS_VideoDecoder.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Wed Nov 21 23:42:06 2001 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Thu Nov 22 00:01:10 2001 +0000
@@ -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