summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.c')
-rw-r--r--loader/dshow/DS_VideoDecoder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index cc757c6746..54e3207324 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -554,7 +554,9 @@ HRESULT DS_VideoDecoder::SetValue(const char* name, int value)
if (m_State != START)
return VFW_E_NOT_RUNNING;
- printf("DS_VideoDecoder::SetValue(%s,%d)\n",name,value);
+ /* This printf is annoying with autoquality, *
+ * should be moved into players code - atmos */
+ //printf("DS_VideoDecoder::SetValue(%s,%d)\n",name,value);
//cout << "set value " << name << " " << value << endl;
// brightness 87