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

diego subversion at mplayerhq.hu
Thu Feb 18 11:26:40 CET 2010


Author: diego
Date: Thu Feb 18 11:26:39 2010
New Revision: 30636

Log:
Add header #include for print_wave_header() instead of a forward declaration.

Modified:
   trunk/loader/dmo/DMO_AudioDecoder.c

Modified: trunk/loader/dmo/DMO_AudioDecoder.c
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.c	Thu Feb 18 11:19:42 2010	(r30635)
+++ trunk/loader/dmo/DMO_AudioDecoder.c	Thu Feb 18 11:26:39 2010	(r30636)
@@ -29,9 +29,9 @@ struct DMO_AudioDecoder
 #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)


More information about the MPlayer-cvslog mailing list