[Mplayer-cvslog] CVS: main/loader/DirectShow DS_VideoDec.cpp,1.13,1.14 DS_VideoDecoder.cpp,1.2,1.3
Atmosfear
atmos4 at mplayer.dev.hu
Mon Aug 20 13:31:36 CEST 2001
Update of /cvsroot/mplayer/main/loader/DirectShow
In directory mplayer:/var/tmp.root/cvs-serv28347
Modified Files:
DS_VideoDec.cpp DS_VideoDecoder.cpp
Log Message:
Commented out annoying printfs with -autoq.
Index: DS_VideoDec.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_VideoDec.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- DS_VideoDec.cpp 16 Aug 2001 18:45:01 -0000 1.13
+++ DS_VideoDec.cpp 20 Aug 2001 11:31:34 -0000 1.14
@@ -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);
}
Index: DS_VideoDecoder.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_VideoDecoder.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DS_VideoDecoder.cpp 16 Aug 2001 15:41:03 -0000 1.2
+++ DS_VideoDecoder.cpp 20 Aug 2001 11:31:34 -0000 1.3
@@ -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
More information about the MPlayer-cvslog
mailing list