[Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.17,1.18

Arpi of Ize arpi at mplayer.dev.hu
Fri Jan 4 14:42:20 CET 2002


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

Modified Files:
	DS_VideoDecoder.c 
Log Message:
debug--

Index: DS_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_VideoDecoder.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- DS_VideoDecoder.c	2 Jan 2002 20:26:20 -0000	1.17
+++ DS_VideoDecoder.c	4 Jan 2002 13:42:18 -0000	1.18
@@ -721,7 +721,7 @@
 {
     if (this->m_bIsDivX4) {
 	IDivxFilterInterface* pIDivx=NULL;
-	printf("DS_SetValue for DIVX4, name=%s  value=%d\n",name,value);
+//	printf("DS_SetValue for DIVX4, name=%s  value=%d\n",name,value);
 	if (this->m_pDS_Filter->m_pFilter->vt->QueryInterface((IUnknown*)this->m_pDS_Filter->m_pFilter, &IID_IDivxFilterInterface, (void**)&pIDivx))
 	{
 	    printf("No such interface\n");
@@ -760,7 +760,7 @@
 // get5=set4 19
 	// get6=set5 23
     	hidden = (IHidden*)((int)this->m_pDS_Filter->m_pFilter + 0xb8);
-	printf("DS_SetValue for DIVX, name=%s  value=%d\n",name,value);
+//	printf("DS_SetValue for DIVX, name=%s  value=%d\n",name,value);
 	if (strcmp(name, "Quality") == 0)
 	{
             this->m_iLastQuality = value;
@@ -822,7 +822,7 @@
 	return result;
     }
 #endif
-    printf("DS_SetValue for ????, name=%s  value=%d\n",name,value);
+//    printf("DS_SetValue for ????, name=%s  value=%d\n",name,value);
     return 0;
 }
 /*




More information about the MPlayer-cvslog mailing list