[Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.21,1.22
Atmosfear
atmos4 at mplayerhq.hu
Sun Sep 8 02:01:09 CEST 2002
Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var/tmp.root/cvs-serv10829/loader/dshow
Modified Files:
DS_VideoDecoder.c
Log Message:
disable annonying debug printf (autoq)
Index: DS_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_VideoDecoder.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- DS_VideoDecoder.c 25 Jul 2002 22:13:59 -0000 1.21
+++ DS_VideoDecoder.c 8 Sep 2002 00:01:06 -0000 1.22
@@ -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;
More information about the MPlayer-cvslog
mailing list