# HG changeset patch # User reimar # Date 1411843485 0 # Node ID 5b78a5e382180611586fa3e764a74f25837d072d # Parent 86ba78d8137c6ba83c5e44e4c6511edef8fb8eed DMO_AudioDecoder: Disable some debug code. diff -r 86ba78d8137c -r 5b78a5e38218 loader/dmo/DMO_AudioDecoder.c --- 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 #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 ) {