disable annonying debug printf (autoq)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-09-08 00:01:06 +00:00
parent 8d57f6de1b
commit cd1c1ab29d
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value)
// 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;