changeset 37191:5b78a5e38218

DMO_AudioDecoder: Disable some debug code.
author reimar
date Sat, 27 Sep 2014 18:44:45 +0000
parents 86ba78d8137c
children 277b0288b0f9
files loader/dmo/DMO_AudioDecoder.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c	Sat Sep 27 18:44:44 2014 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Sat Sep 27 18:44:45 2014 +0000
@@ -29,7 +29,7 @@
 #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 @@
     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 ) {