[MPlayer-cvslog] r37287 - trunk/loader/dmo/DMO_AudioDecoder.c

reimar subversion at mplayerhq.hu
Sat Sep 27 20:44:45 CEST 2014


Author: reimar
Date: Sat Sep 27 20:44:45 2014
New Revision: 37287

Log:
DMO_AudioDecoder: Disable some debug code.

Modified:
   trunk/loader/dmo/DMO_AudioDecoder.c

Modified: trunk/loader/dmo/DMO_AudioDecoder.c
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.c	Sat Sep 27 20:44:44 2014	(r37286)
+++ trunk/loader/dmo/DMO_AudioDecoder.c	Sat Sep 27 20:44:45 2014	(r37287)
@@ -29,7 +29,7 @@ struct DMO_AudioDecoder
 #include <stdlib.h>
 
 #include "mp_msg.h"
-#include "libmpdemux/aviprint.h"
+//#include "libmpdemux/aviprint.h"
 
 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
 
@@ -84,8 +84,8 @@ DMO_AudioDecoder * DMO_AudioDecoder_Open
     this->m_sDestType.cbFormat=18; //pWF->cbSize;
     this->m_sDestType.pbFormat=this->m_sVhdr2;
 
-print_wave_header((WAVEFORMATEX *)this->m_sVhdr,  MSGL_V);
-print_wave_header((WAVEFORMATEX *)this->m_sVhdr2, MSGL_V);
+//print_wave_header((WAVEFORMATEX *)this->m_sVhdr,  MSGL_V);
+//print_wave_header((WAVEFORMATEX *)this->m_sVhdr2, MSGL_V);
 
         this->m_pDMO_Filter = DMO_FilterCreate(dllname, guid, &this->m_sOurType, &this->m_sDestType);
 	if( !this->m_pDMO_Filter ) {


More information about the MPlayer-cvslog mailing list