summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDec.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDec.c')
-rw-r--r--loader/dshow/DS_VideoDec.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDec.c b/loader/dshow/DS_VideoDec.c
index 0dddc9fab5..8ca123f16f 100644
--- a/loader/dshow/DS_VideoDec.c
+++ b/loader/dshow/DS_VideoDec.c
@@ -78,7 +78,9 @@ extern "C" int DS_VideoDecoder_SetDestFmt(int bits, int csp){
extern "C" int DS_SetValue_DivX(char* name, int value){
DS_VideoDecoder* dec=(DS_VideoDecoder*) _handle;
- printf("DS_SetValue_DivX(%s),%d)\n",name,value);
+ /* This printf is annoying with autoquality, *
+ * should be moved into players code - atmos */
+ //printf("DS_SetValue_DivX(%s),%d)\n",name,value);
return (int) dec->SetValue(name,value);
}