changeset 7316:e09428ee353f

disable annonying debug printf (autoq)
author atmos4
date Sun, 08 Sep 2002 00:01:06 +0000
parents 9803b980cc44
children 64d665ae50f6
files loader/dshow/DS_VideoDecoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.c	Sat Sep 07 23:57:55 2002 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Sun Sep 08 00:01:06 2002 +0000
@@ -782,7 +782,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 (strcasecmp(name, "Quality") == 0)
 	{
             this->m_iLastQuality = value;