Mercurial > mplayer.hg
changeset 1592:80cbe17e0f58
Commented out annoying printfs with -autoq.
author | atmos4 |
---|---|
date | Mon, 20 Aug 2001 11:31:34 +0000 |
parents | 86a192179276 |
children | 9d405908f878 |
files | loader/dshow/DS_VideoDec.c loader/dshow/DS_VideoDecoder.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDec.c Mon Aug 20 09:14:28 2001 +0000 +++ b/loader/dshow/DS_VideoDec.c Mon Aug 20 11:31:34 2001 +0000 @@ -78,7 +78,9 @@ 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); }
--- a/loader/dshow/DS_VideoDecoder.c Mon Aug 20 09:14:28 2001 +0000 +++ b/loader/dshow/DS_VideoDecoder.c Mon Aug 20 11:31:34 2001 +0000 @@ -554,7 +554,9 @@ 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