diff loader/dmo/DMO_AudioDecoder.c @ 30594:15a0ece27006

Add header #include for print_wave_header() instead of a forward declaration.
author diego
date Thu, 18 Feb 2010 10:26:39 +0000
parents 008338d7679f
children 5b78a5e38218
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c	Thu Feb 18 10:19:42 2010 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Thu Feb 18 10:26:39 2010 +0000
@@ -29,9 +29,9 @@
 #include <stdlib.h>
 
 #include "mp_msg.h"
+#include "libmpdemux/aviprint.h"
 
 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
-void print_wave_header(WAVEFORMATEX *h, int verbose_level);
 
 DMO_AudioDecoder * DMO_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf,int out_channels)
 //DMO_AudioDecoder * DMO_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf)