[MPlayer-cvslog] CVS: main/loader/dshow DS_AudioDecoder.c, 1.14, 1.15
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Mar 27 19:25:44 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var2/tmp/cvs-serv23699/loader/dshow
Modified Files:
DS_AudioDecoder.c
Log Message:
Convert printfs in aviprint.c to mp_msg and give the information printing
functions in this file a verbosity_level parameter.
Index: DS_AudioDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_AudioDecoder.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- DS_AudioDecoder.c 21 Apr 2003 21:06:08 -0000 1.14
+++ DS_AudioDecoder.c 27 Mar 2006 17:25:41 -0000 1.15
@@ -94,8 +94,8 @@
this->m_sDestType.cbFormat=18; //pWF->cbSize;
this->m_sDestType.pbFormat=this->m_sVhdr2;
-//print_wave_header(this->m_sVhdr);
-//print_wave_header(this->m_sVhdr2);
+//print_wave_header(this->m_sVhdr, MSGL_V);
+//print_wave_header(this->m_sVhdr2, MSGL_V);
/*try*/
{
More information about the MPlayer-cvslog
mailing list