summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-08 00:01:06 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-08 00:01:06 +0000
commitcd1c1ab29da3698d848a87acb1af5ff752c0b79a (patch)
tree0ed3fe3be540a1ebcb8ec03026fa5728e47407eb /loader
parent8d57f6de1be35e45d22928b01853896dd55ef021 (diff)
downloadmpv-cd1c1ab29da3698d848a87acb1af5ff752c0b79a.tar.bz2
mpv-cd1c1ab29da3698d848a87acb1af5ff752c0b79a.tar.xz
disable annonying debug printf (autoq)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/DS_VideoDecoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index a640a1a234..55b2a2e184 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -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;