summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-20 11:31:34 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-20 11:31:34 +0000
commitbe337a44d6819bb1ebc177a7469faa99d37f0305 (patch)
treea878decb28c3138c323c882ec6c0ac7f90ddca93 /loader
parentb160e4d958fbd7a2db51c940d3fb12a970552ce3 (diff)
downloadmpv-be337a44d6819bb1ebc177a7469faa99d37f0305.tar.bz2
mpv-be337a44d6819bb1ebc177a7469faa99d37f0305.tar.xz
Commented out annoying printfs with -autoq.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1593 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/DS_VideoDec.c4
-rw-r--r--loader/dshow/DS_VideoDecoder.c4
2 files changed, 6 insertions, 2 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);
}
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