0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Commented out annoying printfs with -autoq.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1593 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-08-20 11:31:34 +00:00
parent b160e4d958
commit be337a44d6
2 changed files with 6 additions and 2 deletions

View File

@ -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);
}

View File

@ -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